mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[build] Update to gradle 9.2.0, use new reorged plugins (#8471)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import edu.wpi.first.deployutils.deploy.target.RemoteTarget
|
||||
import edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
|
||||
import edu.wpi.first.deployutils.deploy.artifact.*
|
||||
import org.wpilib.deployutils.deploy.target.RemoteTarget
|
||||
import org.wpilib.deployutils.deploy.target.location.SshDeployLocation
|
||||
import org.wpilib.deployutils.deploy.artifact.*
|
||||
import org.gradle.internal.os.OperatingSystem
|
||||
|
||||
plugins {
|
||||
@@ -10,8 +10,8 @@ plugins {
|
||||
id 'visual-studio'
|
||||
}
|
||||
|
||||
apply plugin: 'edu.wpi.first.NativeUtils'
|
||||
apply plugin: 'edu.wpi.first.DeployUtils'
|
||||
apply plugin: 'org.wpilib.NativeUtils'
|
||||
apply plugin: 'org.wpilib.DeployUtils'
|
||||
|
||||
apply from: "${rootDir}/shared/config.gradle"
|
||||
|
||||
@@ -78,7 +78,7 @@ deploy {
|
||||
ipv6 = false
|
||||
}
|
||||
usb(SshDeployLocation) {
|
||||
address = "172.28.0.1"
|
||||
address = "172.26.0.1"
|
||||
user = 'systemcore'
|
||||
password = 'systemcore'
|
||||
ipv6 = false
|
||||
|
||||
Reference in New Issue
Block a user