Upgrade Gradle to 6.3, Kotlin to 1.3.71, add gradle-versions plugin
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
12
gradle/wrapper/gradle-wrapper.properties
vendored
12
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user