Files
PhotonVision/photon-targeting/build.gradle
Matt d59f8d1227 Cleanup photonlib deps (#243)
Removes unnecessary photonlib dependencies and removes commons-math.
2021-01-22 22:05:39 -08:00

13 lines
192 B
Groovy

apply plugin: "java"
dependencies {
implementation "edu.wpi.first.wpimath:wpimath-java:$wpilibVersion"
}
java {
withJavadocJar()
withSourcesJar()
}
apply from: "publish.gradle"