Updated to latest version.

This commit is contained in:
thetrouper
2025-01-22 18:36:50 -06:00
parent 082c05a0f4
commit cd370eeb3d
5 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ dependencies {
compileOnly "org.spigotmc:spigot-api:${project.mc_version}-R0.1-SNAPSHOT"
}
def targetJavaVersion = 16
def targetJavaVersion = 21
java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
sourceCompatibility = javaVersion