mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Changed 'mvn.bat' to 'mvn.cmd' such that the eclipse plugins can build on
Windows with the current version of maven. Change-Id: I10305a01392d9fe3002c451aa0b835a407fa2c81
This commit is contained in:
@@ -43,7 +43,7 @@ task eclipsePlugins(type: Exec) {
|
||||
group = 'WPILib'
|
||||
workingDir 'eclipse-plugins'
|
||||
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||
executable 'mvn.bat'
|
||||
executable 'mvn.cmd'
|
||||
} else {
|
||||
executable 'mvn'
|
||||
}
|
||||
@@ -57,7 +57,7 @@ task cleanEclipsePlugins(type: Exec) {
|
||||
group = 'WPILib'
|
||||
workingDir 'eclipse-plugins'
|
||||
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||
executable 'mvn.bat'
|
||||
executable 'mvn.cmd'
|
||||
} else {
|
||||
executable 'mvn'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user