Skip to content

Commit

Permalink
gradle 8.3, bin, supporting java-20 via its kotlin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Sep 18, 2023
1 parent 1ce6368 commit 4e073e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.net.URI

plugins {
id("org.gradle.kotlin.kotlin-dsl") version "4.1.0"
`kotlin-dsl`
}

kotlin {
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.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4e073e9

Please sign in to comment.