Skip to content

Commit

Permalink
Turns out excluding wpilibj made us unable to import wpilibj, now jus…
Browse files Browse the repository at this point in the history
…t need to fix other import issues
  • Loading branch information
aidnem committed Oct 9, 2024
1 parent 8bf802f commit c0c0471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wpi_interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ repositories {
gradlePluginPortal()
}

configurations.all {
exclude group: "edu.wpi.first.wpilibj"
}
// configurations.all {
// exclude group: "edu.wpi.first.wpilibj"
// }

task(checkAkitInstall, dependsOn: "classes", type: JavaExec) {
mainClass = "org.littletonrobotics.junction.CheckInstall"
Expand Down

0 comments on commit c0c0471

Please sign in to comment.