File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/photonvision/tools Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group ' org.photonvision'
11- version ' 2.4.1 -photon'
11+ version ' 3.0.0 -photon'
1212
1313if (project. hasProperty(' publishVersion' )) {
1414 version = project. publishVersion
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ public Dependency wpilibJava(String name) {
3333 }
3434
3535 public Dependency wpilibJava (String name , String version ) {
36- return handler .create ("edu.wpi.first ." + name + ":" + name + "-java:" + version );
36+ return handler .create ("org.wpilib ." + name + ":" + name + "-java:" + version );
3737 }
3838
3939 public Dependency wpilib (String name , String version ) {
4040 return handler .create (
41- "edu.wpi.first ."
41+ "org.wpilib ."
4242 + name
4343 + ":"
4444 + name
@@ -55,7 +55,7 @@ public Dependency wpilib(String name) {
5555
5656 public Dependency cscore (String version ) {
5757 return handler .create (
58- "edu.wpi.first .cscore:cscore-jnicvstatic:"
58+ "org.wpilib .cscore:cscore-jnicvstatic:"
5959 + version
6060 + ":"
6161 + platformMapper .getWpilibClassifier ()
You can’t perform that action at this time.
0 commit comments