Skip to content

Commit

Permalink
Merge pull request #39 from 5152Alotobots/fixCi
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
SeanErn authored Dec 23, 2024
2 parents 2d753f0 + 192d5cd commit 81b760b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ spotless {
include "**/*.java"
exclude "**/build/**", "**/build-*/**"
}
targetExclude {
'.photonvision/**'
}
toggleOffOn()

licenseHeader '''
Expand Down Expand Up @@ -265,7 +262,7 @@ spotless {
json {
target fileTree(".") {
include "**/*.json"
exclude "**/build/**", "**/build-*/**"
exclude "**/build/**", "**/build-*/**", ".photonvision/**"
}
gson().indentWithSpaces(2)
}
Expand Down

0 comments on commit 81b760b

Please sign in to comment.