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 {