Skip to content

Commit 499907f

Browse files
committed
Enhance GRADLE_OPTS with additional logging and console settings in CI workflow
1 parent 092bce6 commit 499907f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-central-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
cancel-in-progress: false
3131

3232
env:
33-
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.caching=true"
33+
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.caching=true -Dorg.gradle.logging.level=lifecycle -Dorg.gradle.console=plain"
3434

3535
jobs:
3636
pre-publish-validation:

0 commit comments

Comments
 (0)