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,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"