Skip to content

Commit

Permalink
Compile with Java 17 compatibility (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue authored Dec 3, 2024
1 parent 2075a27 commit 74e7147
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ if (project.hasProperty('releaseMode')) {
wpilibRepositories.addAllDevelopmentRepositories(project)
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

// Apply C++ configuration
apply from: 'config.gradle'

Expand Down

0 comments on commit 74e7147

Please sign in to comment.