From 2c806893e264dc0da89d6d85649a559b864de085 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 8 Apr 2020 00:05:58 +0200 Subject: [PATCH] Upgrade Gradle to 6.3, Kotlin to 1.3.71, add gradle-versions plugin --- build.gradle | 5 ++++- gradle/wrapper/gradle-wrapper.properties | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index d11e7d93..ab8610fb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,10 +5,11 @@ buildscript { dependencies { classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.17" - classpath "com.netflix.nebula:nebula-kotlin-plugin:1.3.70" + classpath "com.netflix.nebula:nebula-kotlin-plugin:1.3.71" classpath "com.netflix.nebula:nebula-publishing-plugin:17.0.5" classpath "com.netflix.nebula:nebula-release-plugin:14.1.0" classpath "com.netflix.nebula:nebula-bintray-plugin:8.3.0" + classpath "com.github.ben-manes:gradle-versions-plugin:0.28.0" } } @@ -55,6 +56,8 @@ allprojects { apply plugin: 'nebula.source-jar' apply plugin: 'nebula.javadoc-jar' apply plugin: 'nebula.nebula-bintray-publishing' + apply plugin: "com.github.ben-manes.versions" + group 'org.openrndr.extra' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 323a290f..348aba76 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Oct 04 22:36:06 CEST 2018 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip +#Thu Oct 04 22:36:06 CEST 2018 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip