Skip to content

Commit

Permalink
[Java] Do not fail release on Gradle warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 25, 2024
1 parent cf3ddd5 commit 89b7ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: false

env:
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail'
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false'

jobs:
ci:
Expand Down

0 comments on commit 89b7ca3

Please sign in to comment.