mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
13 lines
192 B
Groovy
13 lines
192 B
Groovy
apply plugin: "java"
|
|
|
|
dependencies {
|
|
implementation "edu.wpi.first.wpimath:wpimath-java:$wpilibVersion"
|
|
}
|
|
|
|
java {
|
|
withJavadocJar()
|
|
withSourcesJar()
|
|
}
|
|
|
|
apply from: "publish.gradle"
|