Skip to content

Commit

Permalink
Force compatibility with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Nov 6, 2022
1 parent 67d6817 commit c0379d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if (project.hasProperty('releaseMode')) {
wpilibRepositories.addAllDevelopmentRepositories(project)
}

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

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

Expand Down

0 comments on commit c0379d7

Please sign in to comment.