9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-19 15:09:17 +00:00

Updated to java 21

This commit is contained in:
Will FP
2025-10-04 15:36:18 +01:00
parent a808141dc2
commit f138127c27
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ allprojects {
java { java {
withSourcesJar() withSourcesJar()
toolchain.languageVersion.set(JavaLanguageVersion.of(17)) toolchain.languageVersion.set(JavaLanguageVersion.of(21))
} }
tasks { tasks {
@@ -57,7 +57,7 @@ allprojects {
compileKotlin { compileKotlin {
compilerOptions { compilerOptions {
jvmTarget.set(JvmTarget.JVM_17) jvmTarget.set(JvmTarget.JVM_21)
} }
} }

View File

@@ -1,7 +1,7 @@
name: ${pluginName} name: ${pluginName}
version: ${version} version: ${version}
main: com.willfp.ecomobs.EcoMobsPlugin main: com.willfp.ecomobs.EcoMobsPlugin
api-version: 1.17 api-version: 1.21.4
authors: [ Auxilor ] authors: [ Auxilor ]
website: willfp.com website: willfp.com
depend: depend:

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Thu Sep 11 09:59:41 BST 2025 #Sat Oct 04 15:33:17 BST 2025
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.78.0 libreforge-version=4.79.0
version=10.23.0 version=10.23.0