Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 01a3c1d

Browse files
committed
feat: Upgrade gradle to 8.0.2.
1 parent a36c817 commit 01a3c1d

5 files changed

Lines changed: 27 additions & 13 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ bin/
4040

4141
### Mac OS ###
4242
.DS_Store
43-
/.idea/
43+
/.idea/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platformPlugins = org.jetbrains.kotlin, org.jetbrains.plugins.github
2121
javaVersion = 17
2222

2323
# https://github.com/gradle/gradle/releases
24-
gradleVersion = 7.6
24+
gradleVersion = 8.0.2
2525

2626
# Opt-out flag for bundling Kotlin standard library.
2727
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

gradlew

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)