diff options
| author | 2020-11-10 14:11:54 -0800 | |
|---|---|---|
| committer | 2020-11-10 22:11:54 +0000 | |
| commit | 90cb78d4127924ad97f23f7221c68d3d345f1358 (patch) | |
| tree | 910c1e26d7b7b276c6d967a38f0233c08f0de038 /gradlew | |
| parent | Simply processResources logic & make it compatible with future versions of Gr... (diff) | |
Modernize Gradle buildscript (#71)
* Modernize gradle buildscript
* Bump yarn/loader/fabric api versions
* Add GH actions to build example mod
* Update in response to feedback
Diffstat (limited to 'gradlew')
| -rwxr-xr-x | gradlew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ fi if [ "$cygwin" = "true" -o "$msys" = "true" ] ; 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 |
