Skip to content

Commit

Permalink
Trying to get jitpack to recognize artifacts, also forcing use of JDK17
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleiber committed Aug 21, 2024
1 parent 028a466 commit 2a8158f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17
4 changes: 1 addition & 3 deletions wpi_interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ repositories {
maven {
url 'https://frcmaven.wpi.edu/artifactory/release/'
}
maven {
url "https://plugins.gradle.org/m2/"
}
gradlePluginPortal()
}

spotless {
Expand Down

0 comments on commit 2a8158f

Please sign in to comment.