Updated dependencies

This commit is contained in:
nathan 2019-03-16 00:50:05 +01:00
parent c10796255f
commit 50fe856098
4 changed files with 5 additions and 5 deletions

View File

@ -43,9 +43,9 @@ plugins {
id("com.dorkbox.VersionUpdate") version "1.4.1"
// setup checking for the latest version of a plugin or dependency
id("com.github.ben-manes.versions") version "0.20.0"
id("com.github.ben-manes.versions") version "0.21.0"
kotlin("jvm") version "1.3.11"
kotlin("jvm") version "1.3.21"
}
object Extras {
@ -359,6 +359,6 @@ tasks.named<DependencyUpdatesTask>("dependencyUpdates") {
///// Run this task, then refresh the gradle project
///////////////////////////////
val wrapperUpdate by tasks.creating(Wrapper::class) {
gradleVersion = "5.1.1"
gradleVersion = "5.2.1"
distributionUrl = distributionUrl.replace("bin", "all")
}

Binary file not shown.

2
gradlew vendored
View File

@ -28,7 +28,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""
DEFAULT_JVM_OPTS='"-Xmx64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

2
gradlew.bat vendored
View File

@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=
set DEFAULT_JVM_OPTS="-Xmx64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome