File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import dev.slne.surf.surfapi.gradle.util.slneReleases
2- import org.jetbrains.kotlin.gradle.dsl.JvmTarget
32
43plugins {
54 id(" dev.slne.surf.surfapi.gradle.core" )
@@ -22,13 +21,6 @@ dependencies {
2221 runtimeOnly(libs.mariadb)
2322}
2423
25- kotlin {
26- compilerOptions {
27- jvmTarget.set(JvmTarget .JVM_25 )
28- }
29- jvmToolchain(25 )
30- }
31-
3224publishing {
3325 repositories {
3426 slneReleases()
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22kotlin.stdlib.default.dependency =false
33org.gradle.parallel =true
4- version =3.0.2-SNAPSHOT
5- kotlin.jvmTarget =25
4+ version =3.0.2-SNAPSHOT
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions-snapshots /gradle-9.4.0-20260117005955+0000 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments