Remove duplicated dependencies blocks (#1648)

This commit is contained in:
Jade
2024-12-26 01:25:12 +08:00
committed by GitHub
parent 5df189d306
commit 00d307439c
5 changed files with 12 additions and 20 deletions

View File

@@ -1,10 +1,6 @@
// From allwpilib/docs. Licensed under the WPILib BSD License
plugins {
id 'java'
id "org.ysb33r.doxygen" version "1.0.4"
}
apply plugin: "java"
apply plugin: "org.ysb33r.doxygen"
evaluationDependsOn ':photon-targeting'
evaluationDependsOn ':photon-core'