Skip to content

Commit

Permalink
Update spotless and ignore RobotConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
camearle20 committed Feb 18, 2024
1 parent 1ed829f commit 69b5c0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2024.2.1"
id "com.peterabeles.gversion" version "1.10"
id "com.diffplug.spotless" version "6.24.0"
id "com.diffplug.spotless" version "6.25.0"
id "io.freefair.lombok" version "8.4"
id "com.google.protobuf" version "0.9.4"
}
Expand Down Expand Up @@ -228,8 +228,8 @@ project.compileJava.dependsOn(spotlessApply)
spotless {
java {
target fileTree(".") {
include "**/*.java"
exclude "**/build/**", "**/build-*/**"
include "src/**/*.java"
exclude "**/build/**", "**/build-*/**", "src/main/java/org/littletonrobotics/frc2024/BuildConstants.java"
}
toggleOffOn()
googleJavaFormat()
Expand Down

0 comments on commit 69b5c0c

Please sign in to comment.