Skip to content

Commit e3e2e81

Browse files
author
shynixn
committed
#130 Changed folia library.
1 parent 16bc6be commit e3e2e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mccoroutine-folia-sample/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ plugins {
77

88
java {
99
toolchain {
10-
languageVersion.set(JavaLanguageVersion.of(17))
10+
languageVersion.set(JavaLanguageVersion.of(21))
1111
}
1212
}
1313

1414
tasks.withType<KotlinCompile>().configureEach {
1515
kotlinOptions {
16-
jvmTarget = "17"
16+
jvmTarget = "21"
1717
}
1818
}
1919

0 commit comments

Comments
 (0)