Upgrade to gradle 6.8.3. (#1950)

Includes fix for a gradle bug that resulted in project dependencies having the wrong groupId set in generated pom files.

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
Adrian Sutton
2021-02-25 14:32:34 +10:00
committed by GitHub
parent 29d783d13f
commit 58bc4e862a
5 changed files with 6 additions and 20 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