mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Explicitly specify JDK11 for photon-targeting (#334)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
apply plugin: "java"
|
||||
|
||||
sourceCompatibility = 11
|
||||
targetCompatibility = 11
|
||||
|
||||
dependencies {
|
||||
implementation "edu.wpi.first.wpimath:wpimath-java:$wpilibVersion"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user