mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Merge branch 'Java' of https://gitlab.com/chameleon-vision/Chameleon-Vision into Java
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -109,3 +109,5 @@ Main/.gradle
|
||||
Main/target
|
||||
|
||||
New client/chameleon-client/node_modules/
|
||||
Main/dependency-reduced-pom.xml
|
||||
Main/src/main/java/META-INF
|
||||
|
||||
13
Main/pom.xml
13
Main/pom.xml
@@ -17,6 +17,19 @@
|
||||
<release>12</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>shade</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user