Skip to content

Commit 646ef53

Browse files
committed
Disable Gradle scans
1 parent b5dc20b commit 646ef53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Setup Gradle
3232
uses: gradle/gradle-build-action@v2
3333
- name: Gradle check
34-
run: ./gradlew check --scan
34+
run: ./gradlew check

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
2929
CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}
30-
run: ./gradlew publish --scan
30+
run: ./gradlew publish

0 commit comments

Comments
 (0)