diff options
| author | 2021-03-17 21:29:48 +0000 | |
|---|---|---|
| committer | 2021-03-17 21:29:48 +0000 | |
| commit | 8b70a8c322e3fb653f7b023ac1828ee94716dff4 (patch) | |
| tree | 57aec3d268db53abd5db5bf56f6a5fb96c6aede6 /gradlew | |
| parent | Bump version (diff) | |
| download | enigma-8b70a8c322e3fb653f7b023ac1828ee94716dff4.tar.gz enigma-8b70a8c322e3fb653f7b023ac1828ee94716dff4.tar.xz enigma-8b70a8c322e3fb653f7b023ac1828ee94716dff4.zip | |
Update all deps, remove usage of jcenter (#359)
* Update all deps, remove usage of jcenter
* Use jdk 15
Diffstat (limited to 'gradlew')
| -rwxr-xr-x | gradlew | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -82,6 +82,7 @@ esac | |||
| 82 | 82 | ||
| 83 | CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar | 83 | CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar |
| 84 | 84 | ||
| 85 | |||
| 85 | # Determine the Java command to use to start the JVM. | 86 | # Determine the Java command to use to start the JVM. |
| 86 | if [ -n "$JAVA_HOME" ] ; then | 87 | if [ -n "$JAVA_HOME" ] ; then |
| 87 | if [ -x "$JAVA_HOME/jre/sh/java" ] ; then | 88 | if [ -x "$JAVA_HOME/jre/sh/java" ] ; then |
| @@ -129,6 +130,7 @@ fi | |||
| 129 | if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then | 130 | if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then |
| 130 | APP_HOME=`cygpath --path --mixed "$APP_HOME"` | 131 | APP_HOME=`cygpath --path --mixed "$APP_HOME"` |
| 131 | CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` | 132 | CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` |
| 133 | |||
| 132 | JAVACMD=`cygpath --unix "$JAVACMD"` | 134 | JAVACMD=`cygpath --unix "$JAVACMD"` |
| 133 | 135 | ||
| 134 | # We build the pattern for arguments to be converted via cygpath | 136 | # We build the pattern for arguments to be converted via cygpath |