mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Change source compatibility to Java 17 (#6585)
This commit is contained in:
@@ -104,7 +104,7 @@ configurations {
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.compilerArgs = [
|
||||
'--release',
|
||||
'11',
|
||||
'17',
|
||||
'-encoding',
|
||||
'UTF8',
|
||||
"-Werror",
|
||||
|
||||
Reference in New Issue
Block a user