diff options
author | Dierk Koenig <dierk.koenig@canoo.com> | 2020-06-23 11:57:12 +0200 |
---|---|---|
committer | Dierk Koenig <dierk.koenig@canoo.com> | 2020-06-28 15:47:10 +0200 |
commit | 739d5007295f578e033209ddeb05351b81ae4dd0 (patch) | |
tree | 6201f355868dda09d838234e8f663bfad5c832f6 /gradlew.bat | |
parent | 874490ffa3dfb3380960b7c02923f1fac7a79b9a (diff) | |
download | frege-gradle-plugin-739d5007295f578e033209ddeb05351b81ae4dd0.tar.gz frege-gradle-plugin-739d5007295f578e033209ddeb05351b81ae4dd0.tar.bz2 frege-gradle-plugin-739d5007295f578e033209ddeb05351b81ae4dd0.zip |
compiles and runs with frege-3.25.84.jar and Gradle 5.0
Diffstat (limited to 'gradlew.bat')
-rwxr-xr-x[-rw-r--r--] | gradlew.bat | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gradlew.bat b/gradlew.bat index f6d5974..e95643d 100644..100755 --- a/gradlew.bat +++ b/gradlew.bat @@ -49,7 +49,6 @@ goto fail @rem Get command-line arguments, handling Windows variants
if not "%OS%" == "Windows_NT" goto win9xME_args
-if "%@eval[2+2]" == "4" goto 4NT_args
:win9xME_args
@rem Slurp the command line arguments.
@@ -60,11 +59,6 @@ set _SKIP=2 if "x%~1" == "x" goto execute
set CMD_LINE_ARGS=%*
-goto execute
-
-:4NT_args
-@rem Get arguments from the 4NT Shell from JP Software
-set CMD_LINE_ARGS=%$
:execute
@rem Setup the command line
|