mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
Remove explicit NativeUtils specification (#1495)
This commit is contained in:
@@ -4,7 +4,6 @@ plugins {
|
|||||||
id "java"
|
id "java"
|
||||||
id "cpp"
|
id "cpp"
|
||||||
id "com.diffplug.spotless" version "6.24.0"
|
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.wpilib.repositories.WPILibRepositoriesPlugin" version "2020.2"
|
||||||
id "edu.wpi.first.GradleRIO" version "2024.3.2"
|
id "edu.wpi.first.GradleRIO" version "2024.3.2"
|
||||||
id 'edu.wpi.first.WpilibTools' version '1.3.0'
|
id 'edu.wpi.first.WpilibTools' version '1.3.0'
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
apply plugin: "edu.wpi.first.NativeUtils"
|
|
||||||
|
|
||||||
// Configure Native-Utils WPI Plugin
|
// Configure Native-Utils WPI Plugin
|
||||||
nativeUtils.addWpiNativeUtils()
|
nativeUtils.addWpiNativeUtils()
|
||||||
nativeUtils.withCrossRoboRIO()
|
nativeUtils.withCrossRoboRIO()
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
apply plugin: 'cpp'
|
apply plugin: 'cpp'
|
||||||
apply plugin: 'google-test-test-suite'
|
apply plugin: 'google-test-test-suite'
|
||||||
apply plugin: 'edu.wpi.first.NativeUtils'
|
|
||||||
|
|
||||||
apply from: "${rootDir}/shared/config.gradle"
|
apply from: "${rootDir}/shared/config.gradle"
|
||||||
apply from: "${rootDir}/shared/javacommon.gradle"
|
apply from: "${rootDir}/shared/javacommon.gradle"
|
||||||
|
|||||||
Reference in New Issue
Block a user