We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dc20b commit 646ef53Copy full SHA for 646ef53
.github/workflows/ci.yaml
@@ -31,4 +31,4 @@ jobs:
31
- name: Setup Gradle
32
uses: gradle/gradle-build-action@v2
33
- name: Gradle check
34
- run: ./gradlew check --scan
+ run: ./gradlew check
.github/workflows/release.yaml
@@ -27,4 +27,4 @@ jobs:
27
env:
28
CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
29
CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}
30
- run: ./gradlew publish --scan
+ run: ./gradlew publish
0 commit comments