We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053a0ff commit bf645dcCopy full SHA for bf645dc
.github/workflows/build.yml
@@ -35,6 +35,8 @@ jobs:
35
kotlin-version: '1.5.30'
36
- gradle-version: '7.3.3'
37
kotlin-version: '1.7.10'
38
+ - gradle-version: '7.4.2'
39
+ kotlin-version: '1.7.10'
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
gradle/wrapper/gradle-wrapper.jar
285 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments