Updated to use gradle utils for updates

master
nathan 2019-05-13 12:04:39 +02:00
parent ed1df0ab26
commit 97eca62ad2
1 changed files with 2 additions and 10 deletions

View File

@ -27,7 +27,8 @@ plugins {
id("com.gradle.plugin-publish") version "0.10.1"
id("com.dorkbox.Licensing") version "1.4"
id("com.dorkbox.VersionUpdate") version "1.4"
id("com.dorkbox.VersionUpdate") version "1.4.1"
id("com.dorkbox.GradleUtils") version "1.0"
kotlin("jvm") version "1.3.21"
}
@ -175,12 +176,3 @@ pluginBundle {
}
}
}
///////////////////////////////
////// Gradle Wrapper Configuration.
///// Run this task, then refresh the gradle project
///////////////////////////////
task<Wrapper>("wrapperUpdate") {
gradleVersion = "5.3"
distributionUrl = distributionUrl.replace("bin", "all")
}