- Use native gradle build to generate jar with dependencies, removed shadowJar plugin

- Upgrade gradle to 6.7.1
This commit is contained in:
2020-11-25 02:35:56 -05:00
parent b982d4c30a
commit fac2f6661e
7 changed files with 14 additions and 31 deletions

2
gradlew vendored
View File

@@ -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