Upgrade gradle for docker builds. Upgrade kotlin.

This commit is contained in:
Olga Maciaszek-Sharma
2020-05-15 18:04:32 +02:00
parent daf81fe82e
commit a5b64c6958
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -e
WRAPPER_VERSION="6.3"
WRAPPER_VERSION="6.4"
GRADLE_BIN_DIR="gradle-${WRAPPER_VERSION}-bin"
GRADLE_WRAPPER_DIR="${HOME}/.gradle/wrapper/dists/${GRADLE_BIN_DIR}"
CURRENT_DIR="$( pwd )"

View File

@@ -65,7 +65,7 @@
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<InMemoryJavaCompiler.version>1.3.0</InMemoryJavaCompiler.version>
<!-- Aligned with Gradle, otherwise Gradle based projects won't work well -->
<contract.kotlin.version>1.3.61</contract.kotlin.version>
<contract.kotlin.version>1.3.72</contract.kotlin.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<javadoc.failOnError>true</javadoc.failOnError>