Skip to content

Commit

Permalink
Include :Vision in gradle workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Aug 31, 2023
1 parent 6f08f85 commit 833dc01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified EOCV-Sim/src/main/resources/templates/gradle_workspace.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion TeamCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies {
task(runSim, dependsOn: 'classes', type: JavaExec) {
main = 'com.github.serivesmejia.eocvsim.Main'
classpath = sourceSets.main.runtimeClasspath
}
}

0 comments on commit 833dc01

Please sign in to comment.