Skip to content

Commit

Permalink
build: fix Gradle wrapper type
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 21, 2024
1 parent ed6d019 commit 733c042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ java {
tasks.withType<JavaCompile>().configureEach {
options.release = 8
}
tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
}

kotlin {
jvmToolchain {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 733c042

Please sign in to comment.