Skip to content

Commit b0e18af

Browse files
committed
Add dependency verification data
1 parent 2046c97 commit b0e18af

File tree

3 files changed

+1840
-1
lines changed

3 files changed

+1840
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
java-version: 17
2626
- name: Set up Gradle
2727
uses: gradle/actions/setup-gradle@v5
28-
- run: "./gradlew qualityCheck test"
28+
- run: "./gradlew qualityCheck"
29+
- run: "./gradlew test --dependency-verification=off" # off in this run for JarOverlapTest

0 commit comments

Comments
 (0)