We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50230cd commit e7cae4aCopy full SHA for e7cae4a
2 files changed
.github/workflows/gradle.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
java-version: ${{ matrix.java }}
24
- name: Build with Gradle
25
- run: ./gradlew build ${{ matrix.tasks }}
+ run: ./gradlew build ${{ matrix.tasks }} -s --info
.travis.yml
@@ -21,7 +21,7 @@ matrix:
21
- jdk: openjdk9
script:
- - ./gradlew build integrationTest -s
+ - ./gradlew build integrationTest -s --info
26
notifications:
27
email: false
0 commit comments