Skip to content

Commit

Permalink
Remove explicit NativeUtils specification (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Oct 28, 2024
1 parent 6f52267 commit daa5842
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
id "java"
id "cpp"
id "com.diffplug.spotless" version "6.24.0"
id "edu.wpi.first.NativeUtils" version "2024.6.1" apply false
id "edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin" version "2020.2"
id "edu.wpi.first.GradleRIO" version "2024.3.2"
id 'edu.wpi.first.WpilibTools' version '1.3.0'
Expand Down
2 changes: 0 additions & 2 deletions shared/config.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
apply plugin: "edu.wpi.first.NativeUtils"

// Configure Native-Utils WPI Plugin
nativeUtils.addWpiNativeUtils()
nativeUtils.withCrossRoboRIO()
Expand Down
1 change: 0 additions & 1 deletion shared/javacpp/setupBuild.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'cpp'
apply plugin: 'google-test-test-suite'
apply plugin: 'edu.wpi.first.NativeUtils'

apply from: "${rootDir}/shared/config.gradle"
apply from: "${rootDir}/shared/javacommon.gradle"
Expand Down

0 comments on commit daa5842

Please sign in to comment.