We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CI:true
master.yml
release.yml
pull_request.yml
1 parent 4cc8a79 commit dc86c97Copy full SHA for dc86c97
3 files changed
.github/workflows/master.yml
@@ -21,3 +21,5 @@ jobs:
21
java-version: '11.0.23'
22
- name: build test and publish
23
run: ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
24
+ env:
25
+ CI: true
.github/workflows/pull_request.yml
- name: build and test
run: ./gradlew assemble && ./gradlew check --info --stacktrace
.github/workflows/release.yml
@@ -25,3 +25,5 @@ jobs:
26
27
28
29
0 commit comments