diff --git a/lib/build.gradle b/lib/build.gradle index a7a1f7a9..40ce8c1b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,11 +1,3 @@ -/* - * This file was generated by the Gradle 'init' task. - * - * This generated file contains a sample Java library project to get you started. - * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle - * User Manual available at https://docs.gradle.org/7.3/userguide/building_java_projects.html - */ - plugins { id 'java-common-conventions' id 'edu.wpi.first.GradleRIO' version '2025.1.1' @@ -34,6 +26,7 @@ dependencies { nativeRelease wpi.java.deps.wpilibJniRelease(wpi.platforms.desktop) nativeRelease wpi.java.vendor.jniRelease(wpi.platforms.desktop) simulationRelease wpi.sim.enableRelease() + testImplementation(platform('org.junit:junit-bom:5.13.1')) testImplementation('org.junit.jupiter:junit-jupiter') testRuntimeOnly('org.junit.platform:junit-platform-launcher') diff --git a/limelight/build.gradle b/limelight/build.gradle index 5b39a260..4149a4a8 100644 --- a/limelight/build.gradle +++ b/limelight/build.gradle @@ -2,8 +2,6 @@ plugins { id 'java-common-conventions' id "edu.wpi.first.GradleRIO" version "2025.1.1" id 'idea' - // Spotless code formatter. - id 'com.diffplug.spotless' } idea {