Skip to content

Commit

Permalink
No need to query compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennFolker committed Feb 18, 2024
1 parent b64f10f commit 3902d8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins{
configure(allprojects){
apply plugin: 'java-library'
ext{
compilerVersion = JavaVersion.current().ordinal() - JavaVersion.VERSION_17.ordinal() + 17
arc = {String module ->
"com.github.Anuken.Arc$module:$arcVersion"
}
Expand All @@ -31,12 +30,6 @@ configure(project(':annotations')){
resources.srcDirs = [layout.projectDirectory.dir('assets')]
}

java{
toolchain{
languageVersion = JavaLanguageVersion.of(compilerVersion)
}
}

dependencies{
implementation "${arc(':arc-core')}"
implementation "${arc(':g3d')}"
Expand Down

0 comments on commit 3902d8f

Please sign in to comment.