Skip to content

Commit

Permalink
Removed spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Nov 12, 2023
1 parent 8486afa commit 609ee90
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id "java"
id 'com.diffplug.spotless' version "6.12.0"
id "edu.wpi.first.GradleRIO" version "2023.4.3"
}

Expand All @@ -9,20 +8,6 @@ targetCompatibility = JavaVersion.VERSION_11

def ROBOT_MAIN_CLASS = "frc.robot.Main"

spotless {
java {
target fileTree('.') {
include '**/*.java'
exclude '**/build/**', '**/build-*/**'
}
// toggleOffOn()
googleJavaFormat()
// removeUnusedImports()
// trimTrailingWhitespace()
// endWithNewline()
}
}

// Define my targets (RoboRIO) and artifacts (deployable files)
// This is added by GradleRIO's backing project DeployUtils.
deploy {
Expand Down

0 comments on commit 609ee90

Please sign in to comment.