This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from serivesmejia/dev
Merge dev into master for 2.1.0
- Loading branch information
Showing
96 changed files
with
4,425 additions
and
1,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,3 +106,4 @@ fabric.properties | |
*.log | ||
|
||
**/build/* | ||
*.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
language = "java10" | ||
run = "chmod +x gradlew && ./gradlew :TeamCode:runSimulator" | ||
run = "chmod +x gradlew && ./gradlew runSim" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,16 @@ | ||
plugins { | ||
id 'java' | ||
id 'maven' | ||
id 'org.jetbrains.kotlin.jvm' version '1.4.30-M1' | ||
} | ||
|
||
group 'com.github.serivesmejia' | ||
version '2.0.0' | ||
|
||
java { | ||
sourceCompatibility = JavaVersion.VERSION_1_9 | ||
targetCompatibility = JavaVersion.VERSION_1_9 | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
apply from: '../build.common.gradle' | ||
|
||
dependencies { | ||
implementation 'org.openpnp:opencv:4.3.0-2' | ||
implementation 'com.google.code.gson:gson:2.8.6' | ||
implementation 'io.github.classgraph:classgraph:4.8.94' | ||
implementation 'com.formdev:flatlaf:0.45' | ||
implementation 'com.formdev:flatlaf-intellij-themes:0.45' | ||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" | ||
} |
216 changes: 0 additions & 216 deletions
216
EOCV-Sim/src/main/java/com/github/serivesmejia/eocvsim/EOCVSim.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.