Skip to content

Commit

Permalink
made build jar file java 8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnellen committed Oct 21, 2024
1 parent 5f4f27f commit aaa4b74
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ dependencies {
compile group: "org.antlr", name: "antlr4-runtime", version: "4.6"
}

/*
// Apply a specific Java toolchain to ease working on different environments.
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
// make to resulting jar java 8 compatible for now
compileJava {
options.release = 8
}
*/

final antlrSrc = 'src/ordt/parse/grammars'
final antlrGen = 'build/generated-src/antlr/main'
Expand Down

0 comments on commit aaa4b74

Please sign in to comment.