Skip to content

Commit

Permalink
odpi#7330 stop on any gradle deprecation warnings to prevent accident…
Browse files Browse the repository at this point in the history
…al usage regressions

Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Feb 6, 2023
1 parent 1302a95 commit e5cf9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ org.gradle.vfs.watch=true
# Default logging output
org.gradle.console=auto

# Stop if we get a warning
org.gradle.warning.mode=summary
# Stop if we get a warning - prevents us using deprecated features
org.gradle.warning.mode=fail

# Defer configuration until needed
org.gradle.configureondemand=true
Expand Down

0 comments on commit e5cf9f0

Please sign in to comment.