File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 website : jdk.java.net
1515 release : jextract
16- - uses : actions/setup-java@v4
16+ - uses : actions/setup-java@v5
1717 with :
1818 distribution : " temurin"
1919 java-version : " 25"
Original file line number Diff line number Diff line change 1+ import org.jetbrains.kotlin.gradle.dsl.KotlinBaseExtension
2+
3+ subprojects {
4+ afterEvaluate {
5+ configure<KotlinBaseExtension > {
6+ jvmToolchain(25 )
7+ }
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ compose {
114114 proguard {
115115 version = libs.versions.proguard
116116 obfuscate = false
117- version = libs.versions.proguard
118117 configurationFiles.from(
119118 fileTree(collectProguardConfigs.map { it.destinationDir }) {
120119 include(" *.pro" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencyResolutionManagement {
88}
99
1010plugins {
11- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
11+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
1212}
1313
1414include(
@@ -18,4 +18,4 @@ include(
1818 " :windows_helper"
1919)
2020
21- rootProject.name = " gtakiller"
21+ rootProject.name = " gtakiller"
You can’t perform that action at this time.
0 commit comments