Skip to content

Commit

Permalink
Fixing gradle workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Sep 10, 2023
1 parent cf698e2 commit 1bd8031
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions EOCV-Sim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ dependencies {
implementation "com.github.deltacv.AprilTagDesktop:AprilTagDesktop:$apriltag_plugin_version"

implementation 'info.picocli:picocli:4.6.1'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.8.9'
implementation "io.github.classgraph:classgraph:$classgraph_version"

implementation 'com.formdev:flatlaf:1.2'
implementation 'com.formdev:flatlaf-intellij-themes:1.2'

implementation 'net.lingala.zip4j:zip4j:2.8.0'
implementation 'net.lingala.zip4j:zip4j:2.10.0'

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-swing:$kotlinx_coroutines_version"
Expand Down
Binary file modified EOCV-Sim/src/main/resources/templates/gradle_workspace.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

import android.graphics.Canvas;

import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.util.MovingStatistics;
import com.qualcomm.robotcore.util.RobotLog;

Expand All @@ -60,6 +61,7 @@
import java.util.ArrayList;
import java.util.logging.Logger;

@Disabled
public class AprilTagProcessorImpl extends AprilTagProcessor
{
public static final String TAG = "AprilTagProcessorImpl";
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
kotlinx_coroutines_version = "1.5.0-native-mt"
slf4j_version = "1.7.32"
log4j_version = "2.17.1"
opencv_version = "4.5.5-1"
opencv_version = "4.7.0-0"
apriltag_plugin_version = "2.0.0-C"
skiko_version = "0.7.75"

Expand Down

0 comments on commit 1bd8031

Please sign in to comment.