Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
change to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
MidnightTale committed May 27, 2024
1 parent 0a87ba8 commit 672f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compileOnly "dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT"
}

def targetJavaVersion = 21
def targetJavaVersion = 17
java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
sourceCompatibility = javaVersion
Expand Down

0 comments on commit 672f3d2

Please sign in to comment.