We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380546c commit 5e1a939Copy full SHA for 5e1a939
photon-targeting/build.gradle
@@ -1,14 +1,11 @@
1
-plugins {
2
- id 'edu.wpi.first.WpilibTools' version '1.3.0'
3
-}
4
-
5
ext {
6
nativeName = "photontargeting"
7
}
8
9
apply plugin: 'cpp'
10
apply plugin: 'google-test-test-suite'
11
apply plugin: 'edu.wpi.first.NativeUtils'
+apply plugin: 'edu.wpi.first.WpilibTools'
12
apply plugin: 'edu.wpi.first.GradleJni'
13
14
apply from: "${rootDir}/shared/config.gradle"
photon-targeting/settings.gradle
0 commit comments