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 fc5ca3f commit b9dc12cCopy full SHA for b9dc12c
.github/workflows/ci-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Gradle Dependencies
56
run: ./gradlew --refresh-dependencies
57
-
+
58
- name: Test JAR with Gradle
59
run: ./gradlew test
60
# run: ./gradlew publish
.github/workflows/test-build.yml
@@ -122,6 +122,9 @@ jobs:
122
- name: Grant execute permission for gradlew
123
run: chmod +x gradlew
124
125
+ - name: Gradle Dependencies
126
+ run: ./gradlew --refresh-dependencies
127
128
- name: Build JAR with Gradle
129
run: ./gradlew build
130
0 commit comments