Skip to content

Commit

Permalink
build.gradle: target the Java 11 platform API
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 27, 2024
1 parent c5510ef commit 985541f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ tasks.withType(JavaCompile) { // Java compile-time options:
options.deprecation = true // to provide detailed deprecation warnings
options.encoding = 'UTF-8'
options.headerOutputDirectory = new File('src/main/native/auto')
options.release = 11
}

application {
Expand Down

0 comments on commit 985541f

Please sign in to comment.