Skip to content

Commit

Permalink
Changed java compiling version of FastAsyncWorldEdit to Java 16 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Feb 4, 2022
1 parent d8a8070 commit 164cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hook_FastAsyncWorldEdit2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'Hook_FastAsyncWorldEdit2'

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
languageVersion.set(JavaLanguageVersion.of(16))
}
}

Expand Down

0 comments on commit 164cecf

Please sign in to comment.