Skip to content

Commit

Permalink
trying to get jitpack to recognize spotless via maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleiber committed Aug 21, 2024
1 parent 22ad021 commit 028a466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wpi_interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ repositories {
maven {
url 'https://frcmaven.wpi.edu/artifactory/release/'
}
maven {
url "https://plugins.gradle.org/m2/"
}
}

spotless {
Expand Down

0 comments on commit 028a466

Please sign in to comment.