Skip to content

Commit

Permalink
Use release version of WPILib
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahAndrews committed Sep 11, 2024
1 parent 45b44a6 commit e720a96
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ allprojects {
repositories {
mavenCentral()
}
if (project.hasProperty('releaseMode')) {
wpilibRepositories.addAllReleaseRepositories(it)
} else {
wpilibRepositories.addAllDevelopmentRepositories(it)
}
// Replace this line with the commented-out lines if we ever start including CANBridge in the FRC Beta
wpilibRepositories.addAllReleaseRepositories(it)
// if (project.hasProperty('releaseMode')) {
// wpilibRepositories.addAllReleaseRepositories(it)
// } else {
// wpilibRepositories.addAllDevelopmentRepositories(it)
// }
}

apply from: 'config.gradle'
Expand Down

0 comments on commit e720a96

Please sign in to comment.