mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Force Java 11, fix javadoc generation (#1695)
This commit is contained in:
committed by
Peter Johnson
parent
d42ef5df02
commit
322ef9b967
@@ -101,7 +101,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.compilerArgs = ['--release', '8']
|
||||
options.compilerArgs = ['--release', '11']
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user