Logo
Explore Help
Register Sign In
Team2890/PhotonVision
4
0
Fork 0
You've already forked PhotonVision
mirror of https://github.com/PhotonVision/photonvision synced 2026-06-30 02:31:40 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
50fdfd8bce2fcc83de446bbb86394732ff267934
PhotonVision/photon-targeting/build.gradle

16 lines
243 B
Groovy
Raw Normal View History

Clean up buildscripts (#238) Cleans up gradle buildscripts.
2021-01-18 22:12:57 -05:00
apply plugin: "java"
Add Photonlib (#231) Merges Photonlib into Photonvision, along with the Photonlib code examples. Also creates a new PhotonTargeting library teams can depend on.
2021-01-16 20:41:47 -08:00
Explicitly specify JDK11 for photon-targeting (#334)
2021-11-27 00:22:51 -05:00
sourceCompatibility = 11
targetCompatibility = 11
Add Photonlib (#231) Merges Photonlib into Photonvision, along with the Photonlib code examples. Also creates a new PhotonTargeting library teams can depend on.
2021-01-16 20:41:47 -08:00
dependencies {
Clean up buildscripts (#238) Cleans up gradle buildscripts.
2021-01-18 22:12:57 -05:00
implementation "edu.wpi.first.wpimath:wpimath-java:$wpilibVersion"
Add Photonlib (#231) Merges Photonlib into Photonvision, along with the Photonlib code examples. Also creates a new PhotonTargeting library teams can depend on.
2021-01-16 20:41:47 -08:00
}
java {
withJavadocJar()
withSourcesJar()
}
Clean up buildscripts (#238) Cleans up gradle buildscripts.
2021-01-18 22:12:57 -05:00
apply from: "publish.gradle"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 26ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API