From 28c3ee97fe0b549c7e57f7ae76ad22ebd221f163 Mon Sep 17 00:00:00 2001 From: Nv7-Github Date: Sun, 28 Apr 2024 17:24:54 -0700 Subject: [PATCH] Make it successfully build --- TeamCode/build.gradle | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index cbc76b2..442471b 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -28,6 +28,6 @@ dependencies { annotationProcessor files('lib/OpModeAnnotationProcessor.jar') implementation 'org.apache.commons:commons-math3:3.6.1' - implementation 'com.fasterxml/jackson.core:jacson-databind:2.12.7' - implementation 'com.acmerobotics.com.roadrunner:core:0.5.6' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7' + implementation 'com.acmerobotics.roadrunner:core:0.5.6' } diff --git a/build.gradle b/build.gradle index b7a9997..8969a41 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } dependencies { // Note for FTC Teams: Do not modify this yourself. - classpath 'com.android.tools.build:gradle:8.2.0' + classpath 'com.android.tools.build:gradle:7.2.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 15de902..9d86991 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sun Apr 28 17:12:03 PDT 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists