Skip to content

Commit

Permalink
Update tools plugin (#816)
Browse files Browse the repository at this point in the history
Fixes a few macOS issues
  • Loading branch information
ThadHouse authored Nov 18, 2024
1 parent 60e3ba1 commit 4703aec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
id 'com.diffplug.spotless' version '6.0.5'
id 'com.github.spotbugs' version '5.1.3'
id 'edu.wpi.first.WpilibTools' version '1.1.0'
id 'edu.wpi.first.WpilibTools' version '2.1.0'
}

wpilibVersioning.buildServerMode = project.hasProperty('buildServer')
Expand Down
4 changes: 0 additions & 4 deletions plugins/cameraserver/cameraserver.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ wpilibTools.deps.wpilibVersion = "2025.+"

nativeConfig.dependencies.add wpilibTools.deps.cscore()

nativeTasks.extractConfiguration.configure {
it.skipWindowsHelperLibrary = true
}

dependencies {
api project(":plugins:networktables")
api wpilibTools.deps.wpilibJava("cscore")
Expand Down
4 changes: 0 additions & 4 deletions plugins/networktables/networktables.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ wpilibTools.deps.wpilibVersion = "2025.+"

nativeConfig.dependencies.add wpilibTools.deps.wpilib('ntcore')

nativeTasks.extractConfiguration.configure {
it.skipWindowsHelperLibrary = true
}

dependencies {
api wpilibTools.deps.wpilibJava("ntcore")
api wpilibTools.deps.wpilibJava("wpiutil")
Expand Down

0 comments on commit 4703aec

Please sign in to comment.