Skip to content

Commit

Permalink
Compile with Java 17 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Oct 25, 2024
1 parent 2075a27 commit 8317c4b
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 8317c4b

Please sign in to comment.