We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6e02d commit ee4170bCopy full SHA for ee4170b
.github/workflows/build_and_test.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: burrunan/gradle-cache-action@v1
22
name: Gradle build with caches caching
23
with:
24
- arguments: build
+ arguments: check build
25
gradle-version: wrapper
26
properties: |
27
detektAutoCorrect=false
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionSha256Sum=23b89f8eac363f5f4b8336e0530c7295c55b728a9caa5268fdd4a532610d5392
4
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
+distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
5
zipStoreBase=GRADLE_USER_HOME
6
zipStorePath=wrapper/dists
0 commit comments