Explicitly specify JDK11 for photon-targeting (#334)

This commit is contained in:
Banks T
2021-11-27 00:22:51 -05:00
committed by GitHub
parent efd31543f6
commit a02cd4a50e

View File

@@ -1,5 +1,8 @@
apply plugin: "java"
sourceCompatibility = 11
targetCompatibility = 11
dependencies {
implementation "edu.wpi.first.wpimath:wpimath-java:$wpilibVersion"
}