Skip to content

Commit

Permalink
Fix photon-targetting being a seperate project (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Nov 1, 2024
1 parent 380546c commit 5e1a939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions photon-targeting/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
plugins {
id 'edu.wpi.first.WpilibTools' version '1.3.0'
}

ext {
nativeName = "photontargeting"
}

apply plugin: 'cpp'
apply plugin: 'google-test-test-suite'
apply plugin: 'edu.wpi.first.NativeUtils'
apply plugin: 'edu.wpi.first.WpilibTools'
apply plugin: 'edu.wpi.first.GradleJni'

apply from: "${rootDir}/shared/config.gradle"
Expand Down
6 changes: 0 additions & 6 deletions photon-targeting/settings.gradle

This file was deleted.

0 comments on commit 5e1a939

Please sign in to comment.