diff --git a/build.gradle b/build.gradle index 1b525dac68..819ce447e4 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }