mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
Remove duplicated dependencies blocks (#1648)
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
plugins {
|
||||
id "application"
|
||||
id 'com.gradleup.shadow' version '8.3.4'
|
||||
id "com.github.node-gradle.node" version "7.0.1"
|
||||
id "org.hidetake.ssh" version "2.11.2"
|
||||
id 'edu.wpi.first.WpilibTools' version '1.3.0'
|
||||
}
|
||||
apply plugin: "org.hidetake.ssh"
|
||||
apply plugin: "com.github.node-gradle.node"
|
||||
apply plugin: 'com.gradleup.shadow'
|
||||
apply plugin: "application"
|
||||
|
||||
apply from: "${rootDir}/shared/common.gradle"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user