Skip to content

Commit

Permalink
Revert "Use development WPILib builds"
Browse files Browse the repository at this point in the history
This reverts commit aab2945.
  • Loading branch information
sciencewhiz committed Aug 20, 2023
1 parent 2fa59e5 commit aaf5229
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/export/cpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ plugins {
id "edu.wpi.first.GradleRIO" version "${wpilib_version}"
}

wpi.maven.useLocal = false
wpi.maven.useDevelopment = true
wpi.versions.wpilibVersion = '2023.+'
wpi.versions.wpimathVersion = '2023.+'

// Define my targets (RoboRIO) and artifacts (deployable files)
// This is added by GradleRIO's backing project DeployTools.
deploy {
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/export/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ plugins {
id "edu.wpi.first.GradleRIO" version "${wpilib_version}"
}

wpi.maven.useLocal = false
wpi.maven.useDevelopment = true
wpi.versions.wpilibVersion = '2023.+'
wpi.versions.wpimathVersion = '2023.+'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

Expand Down

0 comments on commit aaf5229

Please sign in to comment.