Compile with Java 17 compatibility (#43)
This commit is contained in:
parent
2075a27ba3
commit
74e7147c31
@ -17,6 +17,11 @@ if (project.hasProperty('releaseMode')) {
|
|||||||
wpilibRepositories.addAllDevelopmentRepositories(project)
|
wpilibRepositories.addAllDevelopmentRepositories(project)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
targetCompatibility = JavaVersion.VERSION_17
|
||||||
|
}
|
||||||
|
|
||||||
// Apply C++ configuration
|
// Apply C++ configuration
|
||||||
apply from: 'config.gradle'
|
apply from: 'config.gradle'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user