Skip to content

Commit ee4170b

Browse files
chore(deps): update dependency gradle to v7.3.3 (#20)
* chore(deps): update dependency gradle to v7.3.3 * Add `check` task into CI Co-authored-by: Peter Trifanov <[email protected]>
1 parent 4a6e02d commit ee4170b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: burrunan/gradle-cache-action@v1
2222
name: Gradle build with caches caching
2323
with:
24-
arguments: build
24+
arguments: check build
2525
gradle-version: wrapper
2626
properties: |
2727
detektAutoCorrect=false
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=23b89f8eac363f5f4b8336e0530c7295c55b728a9caa5268fdd4a532610d5392
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
3+
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)