Skip to content

Commit b2c13d9

Browse files
jesperancinhagithub-actions[bot]
authored andcommitted
Update java
1 parent 88553a1 commit b2c13d9

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

experiments/sealed-interfaces-interops/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ tasks.test {
2222

2323
java {
2424
toolchain {
25-
languageVersion = JavaLanguageVersion.of(21)
25+
languageVersion = JavaLanguageVersion.of(25)
2626
}
2727
}

jeorg-kotlin-apps/jeorg-microchip-maker/jeorg-microchip-maker-gui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020

2121
kotlin {
22-
jvmToolchain(21)
22+
jvmToolchain(25)
2323
js(IR) {
2424
binaries.executable()
2525
browser {

jeorg-kotlin-apps/json-to-builder-pattern/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
}
3535

3636
kotlin {
37-
jvmToolchain(21)
37+
jvmToolchain(25)
3838
}
3939

4040
tasks.withType<Test>().configureEach {

jeorg-kotlin-apps/monads-are-no-nomads/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ tasks.test {
3535
}
3636

3737
kotlin {
38-
jvmToolchain(21)
38+
jvmToolchain(25)
3939
}

jeorg-kotlin-apps/performance-projects/performance-buffered-reader/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks.test {
1616
}
1717

1818
kotlin {
19-
jvmToolchain(21)
19+
jvmToolchain(25)
2020
}
2121

2222
group = "jesperancinha"

jeorg-kotlin-apps/performance-projects/performance-input-test-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks.test {
1616
}
1717

1818
kotlin {
19-
jvmToolchain(21)
19+
jvmToolchain(25)
2020
}
2121

2222
group = "jesperancinha"

jeorg-kotlin-apps/performance-projects/performance-jump-search/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks.test {
1616
}
1717

1818
kotlin {
19-
jvmToolchain(21)
19+
jvmToolchain(25)
2020
}
2121

2222
group = "jesperancinha"

jeorg-kotlin-apps/string-array-paradigms/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group = "org.jesperancinha"
2929
version = "0.0.0-SNAPSHOT"
3030

3131
kotlin {
32-
jvmToolchain(21)
32+
jvmToolchain(25)
3333
}
3434

3535

jeorg-kotlin-apps/string-array-paradigms/string-paradigm-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tasks.test {
2727
}
2828

2929
kotlin {
30-
jvmToolchain(21)
30+
jvmToolchain(25)
3131
}
3232

3333
group = "org.jesperancinha"

jeorg-kotlin-apps/string-array-paradigms/string-paradigm-dependency_2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks.withType<JavaCompile> {
2020
}
2121

2222
kotlin {
23-
jvmToolchain(21)
23+
jvmToolchain(25)
2424
}
2525

2626
group = "org.jesperancinha"

0 commit comments

Comments
 (0)