Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
ci: Update gradle command arguments in javaci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Lopez Valecky committed Nov 9, 2023
1 parent 862e850 commit a39370c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
distribution: adopt
cache: gradle
- name: Run the tests with Gradle
run: ./gradlew clean build -Porg.gradle.console=verbose --no-daemon
run: ./gradlew clean build --console=plain --no-daemon
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ developer.organization=Adyen
developer.organizarion.url=https://www.adyen.com

org.gradle.caching=true
org.gradle.welcome=never

0 comments on commit a39370c

Please sign in to comment.