Skip to content

Commit 5e1a939

Browse files
authored
Fix photon-targetting being a seperate project (#1504)
1 parent 380546c commit 5e1a939

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

photon-targeting/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
plugins {
2-
id 'edu.wpi.first.WpilibTools' version '1.3.0'
3-
}
4-
51
ext {
62
nativeName = "photontargeting"
73
}
84

95
apply plugin: 'cpp'
106
apply plugin: 'google-test-test-suite'
117
apply plugin: 'edu.wpi.first.NativeUtils'
8+
apply plugin: 'edu.wpi.first.WpilibTools'
129
apply plugin: 'edu.wpi.first.GradleJni'
1310

1411
apply from: "${rootDir}/shared/config.gradle"

photon-targeting/settings.gradle

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)