mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
HAND FIXES: Fixup remaining rename issues
This commit is contained in:
committed by
Peter Johnson
parent
bf9da2cdea
commit
d3da30d53a
@@ -2,8 +2,8 @@ load("@rules_java//java:defs.bzl", "java_binary")
|
||||
|
||||
java_binary(
|
||||
name = "multiCameraServer-java",
|
||||
srcs = ["src/main/java/edu/wpi/Main.java"],
|
||||
main_class = "edu.wpi.Main",
|
||||
srcs = ["src/main/java/org/wpilib/Main.java"],
|
||||
main_class = "org.wpilib.Main",
|
||||
deps = [
|
||||
"//cameraserver:cameraserver-java",
|
||||
"//cscore:cscore-java",
|
||||
|
||||
@@ -19,7 +19,7 @@ ext {
|
||||
apply from: "${rootDir}/shared/opencv.gradle"
|
||||
|
||||
application {
|
||||
mainClass = 'edu.wpi.Main'
|
||||
mainClass = 'org.wpilib.Main'
|
||||
}
|
||||
|
||||
apply plugin: 'com.gradleup.shadow'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
package edu.wpi;
|
||||
package org.wpilib;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.GsonBuilder;
|
||||
Reference in New Issue
Block a user