From 5427c5111959e98e6819e821193f359996a27bee Mon Sep 17 00:00:00 2001 From: minhnguyenbhs Date: Mon, 9 Sep 2024 18:52:32 -0400 Subject: [PATCH] fix errors in build? --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 73acfde..c918e47 100644 --- a/build.gradle +++ b/build.gradle @@ -102,9 +102,6 @@ dependencies { simulationRelease wpi.sim.enableRelease() implementation 'com.github.team401:coppercore:main-SNAPSHOT' - - def akitJson = new groovy.json.JsonSlurper().parseText(new File(projectDir.getAbsolutePath() + "/vendordeps/AdvantageKit.json").text) - annotationProcessor "org.littletonrobotics.akit.junction:junction-autolog:$akitJson.version" } test {