mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
Upgrade to jdk 17 (#653)
Still targets Java 11 language support Co-authored-by: Chris Gerth <gerth2@users.noreply.github.com> Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
@@ -6,7 +6,10 @@ import java.time.format.DateTimeFormatter
|
||||
apply plugin: "jacoco"
|
||||
apply plugin: "java"
|
||||
|
||||
sourceCompatibility = 11
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
wpilibTools.deps.wpilibVersion = wpilibVersion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user