aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Timofeev <Kirill.Timofeev@jetbrains.com>2018-02-26 10:29:17 +0300
committerKirill Timofeev <Kirill.Timofeev@jetbrains.com>2018-02-26 10:29:53 +0300
commitb8bb01069e7907560ab6f726d99935f4913fba4b (patch)
tree75c12db7cb1dd046b2e66aa15b0312f3c5643037
parentbe11fd326bff42d547eba16c0465ace83a6d6147 (diff)
parentebe83e50b92ac270a191b7769ad6edf9d2071207 (diff)
downloadjdk8u-b8bb01069e7907560ab6f726d99935f4913fba4b.tar.gz
-rw-r--r--.gitignore4
-rw-r--r--getModules.bat3
-rw-r--r--idea/java/.idea/gradle.xml17
-rw-r--r--idea/java/.idea/misc.xml4
-rw-r--r--idea/java/.idea/modules.xml10
-rw-r--r--idea/java/.idea/modules/java.iml12
-rw-r--r--idea/java/.idea/runConfigurations/make_clean.xml13
-rw-r--r--idea/java/.idea/runConfigurations/make_images.xml13
-rw-r--r--idea/java/.idea/vcs.xml13
-rw-r--r--idea/java/build.gradle150
-rw-r--r--idea/java/gradle/wrapper/gradle-wrapper.jarbin52928 -> 0 bytes
-rw-r--r--idea/java/gradle/wrapper/gradle-wrapper.properties6
-rwxr-xr-xidea/java/gradlew169
-rw-r--r--idea/java/gradlew.bat84
14 files changed, 5 insertions, 493 deletions
diff --git a/.gitignore b/.gitignore
index 8f0341b..869cb6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,6 @@ jaxws/
jdk/
langtools/
nashorn/
-get_source.sh \ No newline at end of file
+jb/
+get_source.sh
+build/
diff --git a/getModules.bat b/getModules.bat
index b5bfea9..fd7f387 100644
--- a/getModules.bat
+++ b/getModules.bat
@@ -4,4 +4,5 @@ call git clone git@github.com:JetBrains/jdk8u_jaxp.git jaxp
call git clone git@github.com:JetBrains/jdk8u_jaxws.git jaxws
call git clone git@github.com:JetBrains/jdk8u_jdk.git jdk
call git clone git@github.com:JetBrains/jdk8u_langtools.git langtools
-call git clone git@github.com:JetBrains/jdk8u_nashorn.git nashorn \ No newline at end of file
+call git clone git@github.com:JetBrains/jdk8u_nashorn.git nashorn
+call git clone git@github.com:JetBrains/jdk8u_jb.git jb \ No newline at end of file
diff --git a/idea/java/.idea/gradle.xml b/idea/java/.idea/gradle.xml
deleted file mode 100644
index a5c3ae1..0000000
--- a/idea/java/.idea/gradle.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="GradleSettings">
- <option name="linkedExternalProjectsSettings">
- <GradleProjectSettings>
- <option name="distributionType" value="DEFAULT_WRAPPED" />
- <option name="externalProjectPath" value="$PROJECT_DIR$" />
- <option name="gradleJvm" value="1.8" />
- <option name="modules">
- <set>
- <option value="$PROJECT_DIR$" />
- </set>
- </option>
- </GradleProjectSettings>
- </option>
- </component>
-</project> \ No newline at end of file
diff --git a/idea/java/.idea/misc.xml b/idea/java/.idea/misc.xml
deleted file mode 100644
index c221fde..0000000
--- a/idea/java/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectRootManager" version="2" project-jdk-name="JBSDK" project-jdk-type="JavaSDK" />
-</project> \ No newline at end of file
diff --git a/idea/java/.idea/modules.xml b/idea/java/.idea/modules.xml
deleted file mode 100644
index 2808ed4..0000000
--- a/idea/java/.idea/modules.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/java.iml" filepath="$PROJECT_DIR$/.idea/modules/java.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/java_main.iml" filepath="$PROJECT_DIR$/.idea/modules/java_main.iml" group="java" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/java_test.iml" filepath="$PROJECT_DIR$/.idea/modules/java_test.iml" group="java" />
- </modules>
- </component>
-</project> \ No newline at end of file
diff --git a/idea/java/.idea/modules/java.iml b/idea/java/.idea/modules/java.iml
deleted file mode 100644
index f5a1219..0000000
--- a/idea/java/.idea/modules/java.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module external.linked.project.id="java" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$/../..">
- <excludeFolder url="file://$MODULE_DIR$/../../.gradle" />
- <excludeFolder url="file://$MODULE_DIR$/../../build" />
- </content>
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="inheritedJdk" />
- </component>
-</module> \ No newline at end of file
diff --git a/idea/java/.idea/runConfigurations/make_clean.xml b/idea/java/.idea/runConfigurations/make_clean.xml
deleted file mode 100644
index bce98e6..0000000
--- a/idea/java/.idea/runConfigurations/make_clean.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="make clean" type="GroovyScriptRunConfiguration" factoryName="Groovy">
- <module name="java" />
- <setting name="path" value="file://$PROJECT_DIR$/build.gradle" />
- <setting name="vmparams" value="" />
- <setting name="params" value="-q make_clean" />
- <setting name="workDir" value="file://$PROJECT_DIR$" />
- <setting name="debug" value="false" />
- <method>
- <option name="Make" enabled="false" />
- </method>
- </configuration>
-</component> \ No newline at end of file
diff --git a/idea/java/.idea/runConfigurations/make_images.xml b/idea/java/.idea/runConfigurations/make_images.xml
deleted file mode 100644
index ec5fbae..0000000
--- a/idea/java/.idea/runConfigurations/make_images.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="make images" type="GroovyScriptRunConfiguration" factoryName="Groovy">
- <module name="java" />
- <setting name="path" value="file://$PROJECT_DIR$/build.gradle" />
- <setting name="vmparams" value="" />
- <setting name="params" value="-q make_images" />
- <setting name="workDir" value="file://$PROJECT_DIR$" />
- <setting name="debug" value="false" />
- <method>
- <option name="Make" enabled="false" />
- </method>
- </configuration>
-</component> \ No newline at end of file
diff --git a/idea/java/.idea/vcs.xml b/idea/java/.idea/vcs.xml
deleted file mode 100644
index cdeb408..0000000
--- a/idea/java/.idea/vcs.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../../corba" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../../hotspot" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../../jaxp" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../../jaxws" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../../jdk" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../../langtools" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../../nashorn" vcs="Git" />
- </component>
-</project> \ No newline at end of file
diff --git a/idea/java/build.gradle b/idea/java/build.gradle
deleted file mode 100644
index 73a8ce3..0000000
--- a/idea/java/build.gradle
+++ /dev/null
@@ -1,150 +0,0 @@
-apply plugin: 'java'
-apply plugin: 'c'
-import org.gradle.internal.os.OperatingSystem
-
-repositories {
- mavenCentral()
-}
-
-def test_jvm = {
- if (project.hasProperty('jbsdkhome')) {
- file(jbsdkhome + (OperatingSystem.current().isWindows()?"/bin/java.exe" : "/bin/java")).absolutePath
- } else {
- if (OperatingSystem.current().isMacOsX()) {
- file('../../build/macosx-x86_64-normal-server-release/images/j2sdk-bundle/jdk1.8.0.jdk/Contents/Home/bin/java').absolutePath
- } else if (OperatingSystem.current().isLinux()) {
- file('../../build/linux-x86_64-normal-server-release/images/j2sdk-image/bin/java').absolutePath
- } else {
- file('../../build/windows-x86_64-normal-server-release/images/j2sdk-image/bin/java.exe').absolutePath
- }
- }
-}
-
-dependencies {
- testCompile('junit:junit:4.12'){
- exclude group: 'org.hamcrest'
- }
- testCompile 'org.hamcrest:hamcrest-library:1.3'
- testCompile 'net.java.dev.jna:jna:4.4.0'
- testCompile 'com.twelvemonkeys.imageio:imageio-tiff:3.3.2'
- testCompile 'org.apache.commons:commons-lang3:3.0'
-}
-
-
-if (OperatingSystem.current().isMacOsX())
- sourceSets.main.java.srcDirs =
- ["../../jdk/src/share/classes",
- "../../jdk/src/macosx/classes",
- ]
-else if (OperatingSystem.current().isLinux())
- sourceSets.main.java.srcDirs =
- ["../../jdk/src/share/classes",
- "../../jdk/src/solaris/classes"
- ]
-else
- sourceSets.main.java.srcDirs =
- ["../../jdk/src/share/classes",
- "../../jdk/src/windows/classes",
- ]
-
-sourceSets {
- test {
- java {
- srcDir "../../jdk/test/jbu"
- exclude "../../jdk/test/jbu/native"
- }
- }
-}
-
-test.dependsOn.clear()
-test.dependsOn tasks.compileTestJava
-
-test {
- systemProperty "testdata", file('../../jdk/test/jbu/testdata').absolutePath
-
-// Generate golden images for DroidFontTest and MixedTextTest
-// systemProperty "gentestdata", ""
-
- outputs.upToDateWhen { false }
- executable = test_jvm()
-
-// Enable J2D logging (only in debug build)
-// Can be turned on for J2D by adding "#define DEBUG 1" into jdk/src/share/native/sun/java2d/Trace.h
-
-// environment 'J2D_TRACE_LEVEL', '4'
-
- systemProperty "java.library.path", file("${buildDir}/libs/env/shared").absolutePath
-}
-
-def buildDir = project.buildscript.sourceFile.parentFile.parentFile.parentFile
-
-def make_cmd = "make"
-if (OperatingSystem.current().isWindows()) {
- def cyg_make_cmd = new File("c:/cygwin64/bin/make.exe")
- if (cyg_make_cmd.exists()) make_cmd = cyg_make_cmd.absolutePath
-}
-
-task make_images << {
- def pb = new ProcessBuilder().command(make_cmd.toString(), "-C", buildDir.absolutePath,
- " COMPILER_WARNINGS_FATAL=false", "images")
- def proc = pb.redirectErrorStream(true).start()
- proc.inputStream.eachLine {println it}
- assert proc.waitFor() == 0
-}
-
-task make_clean << {
- def pb = new ProcessBuilder().command(make_cmd.toString(), "-C", buildDir.absolutePath,
- " COMPILER_WARNINGS_FATAL=false", "clean")
- def proc = pb.redirectErrorStream(true).start()
- proc.inputStream.eachLine {println it}
- assert proc.waitFor() == 0
-}
-
-model {
- platforms {
- x64 {
- architecture "x64"
- }
- }
-
- components {
- env(NativeLibrarySpec) {
- sources.c {
- source {
- srcDirs "../../jdk/test/jbu/native"
- }
- }
-
- binaries.all {
- if (targetPlatform.operatingSystem.macOsX) {
- cCompiler.args '-I', "${org.gradle.internal.jvm.Jvm.current().javaHome}/include"
- cCompiler.args '-I', "${org.gradle.internal.jvm.Jvm.current().javaHome}/include/darwin"
- cCompiler.args '-mmacosx-version-min=10.8'
- linker.args '-mmacosx-version-min=10.8'
-
- } else if (targetPlatform.operatingSystem.linux) {
- cCompiler.args '-I', "${org.gradle.internal.jvm.Jvm.current().javaHome}/include"
- cCompiler.args '-I', "${org.gradle.internal.jvm.Jvm.current().javaHome}/include/linux"
- cCompiler.args '-D_FILE_OFFSET_BITS=64'
- } else if (targetPlatform.operatingSystem.windows) {
- cCompiler.args "-I${org.gradle.internal.jvm.Jvm.current().javaHome}/include"
- cCompiler.args "-I${org.gradle.internal.jvm.Jvm.current().javaHome}/include/win32"
- linker.args "Shlwapi.lib", "Advapi32.lib"
- } else if (targetPlatform.operatingSystem.freeBSD) {
- cCompiler.args '-I', "${org.gradle.internal.jvm.Jvm.current().javaHome}/include"
- cCompiler.args '-I', "${org.gradle.internal.jvm.Jvm.current().javaHome}/include/freebsd"
- }
- }
- }
- }
-}
-
-if (project.hasProperty('jnitests')) {
- test.dependsOn 'envSharedLibrary'
-}
-
-tasks.compileJava.enabled = false
-tasks.compileTestJava.dependsOn.clear()
-classes.dependsOn.clear()
-classes.dependsOn tasks.make_images, tasks.compileTestJava
-tasks.cleanClasses.dependsOn tasks.make_clean
diff --git a/idea/java/gradle/wrapper/gradle-wrapper.jar b/idea/java/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index 6ffa237..0000000
--- a/idea/java/gradle/wrapper/gradle-wrapper.jar
+++ /dev/null
Binary files differ
diff --git a/idea/java/gradle/wrapper/gradle-wrapper.properties b/idea/java/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index f445137..0000000
--- a/idea/java/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Thu May 11 08:51:11 MSK 2017
-distributionBase=GRADLE_USER_HOME
-distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
-zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
diff --git a/idea/java/gradlew b/idea/java/gradlew
deleted file mode 100755
index 9aa616c..0000000
--- a/idea/java/gradlew
+++ /dev/null
@@ -1,169 +0,0 @@
-#!/usr/bin/env bash
-
-##############################################################################
-##
-## Gradle start up script for UN*X
-##
-##############################################################################
-
-# Attempt to set APP_HOME
-# Resolve links: $0 may be a link
-PRG="$0"
-# Need this for relative symlinks.
-while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG=`dirname "$PRG"`"/$link"
- fi
-done
-SAVED="`pwd`"
-cd "`dirname \"$PRG\"`/" >/dev/null
-APP_HOME="`pwd -P`"
-cd "$SAVED" >/dev/null
-
-APP_NAME="Gradle"
-APP_BASE_NAME=`basename "$0"`
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS=""
-
-# Use the maximum available, or set MAX_FD != -1 to use that value.
-MAX_FD="maximum"
-
-warn ( ) {
- echo "$*"
-}
-
-die ( ) {
- echo
- echo "$*"
- echo
- exit 1
-}
-
-# OS specific support (must be 'true' or 'false').
-cygwin=false
-msys=false
-darwin=false
-nonstop=false
-case "`uname`" in
- CYGWIN* )
- cygwin=true
- ;;
- Darwin* )
- darwin=true
- ;;
- MINGW* )
- msys=true
- ;;
- NONSTOP* )
- nonstop=true
- ;;
-esac
-
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
-
-# Determine the Java command to use to start the JVM.
-if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- if [ ! -x "$JAVACMD" ] ; then
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
- fi
-else
- JAVACMD="java"
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
-fi
-
-# Increase the maximum file descriptors if we can.
-if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
- MAX_FD_LIMIT=`ulimit -H -n`
- if [ $? -eq 0 ] ; then
- if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
- MAX_FD="$MAX_FD_LIMIT"
- fi
- ulimit -n $MAX_FD
- if [ $? -ne 0 ] ; then
- warn "Could not set maximum file descriptor limit: $MAX_FD"
- fi
- else
- warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
- fi
-fi
-
-# For Darwin, add options to specify how the application appears in the dock
-if $darwin; then
- GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
-fi
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin ; then
- APP_HOME=`cygpath --path --mixed "$APP_HOME"`
- CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
- JAVACMD=`cygpath --unix "$JAVACMD"`
-
- # We build the pattern for arguments to be converted via cygpath
- ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
- SEP=""
- for dir in $ROOTDIRSRAW ; do
- ROOTDIRS="$ROOTDIRS$SEP$dir"
- SEP="|"
- done
- OURCYGPATTERN="(^($ROOTDIRS))"
- # Add a user-defined pattern to the cygpath arguments
- if [ "$GRADLE_CYGPATTERN" != "" ] ; then
- OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
- fi
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
- i=0
- for arg in "$@" ; do
- CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
- CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
-
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
- eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
- else
- eval `echo args$i`="\"$arg\""
- fi
- i=$((i+1))
- done
- case $i in
- (0) set -- ;;
- (1) set -- "$args0" ;;
- (2) set -- "$args0" "$args1" ;;
- (3) set -- "$args0" "$args1" "$args2" ;;
- (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
- (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
- (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
- (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
- (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
- (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
- esac
-fi
-
-# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
-function splitJvmOpts() {
- JVM_OPTS=("$@")
-}
-eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
-JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
-
-# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
-if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
- cd "$(dirname "$0")"
-fi
-
-exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
diff --git a/idea/java/gradlew.bat b/idea/java/gradlew.bat
deleted file mode 100644
index f955316..0000000
--- a/idea/java/gradlew.bat
+++ /dev/null
@@ -1,84 +0,0 @@
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto init
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto init
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:init
-@rem Get command-line arguments, handling Windows variants
-
-if not "%OS%" == "Windows_NT" goto win9xME_args
-
-:win9xME_args
-@rem Slurp the command line arguments.
-set CMD_LINE_ARGS=
-set _SKIP=2
-
-:win9xME_args_slurp
-if "x%~1" == "x" goto execute
-
-set CMD_LINE_ARGS=%*
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega