From 9b70d53e8476721453c39343f13dbd381ce730a6 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 13 Aug 2018 15:25:07 +0200 Subject: [PATCH] Updated comments and version plugin info --- build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 75ea99c..d93d424 100644 --- a/build.gradle +++ b/build.gradle @@ -28,15 +28,12 @@ buildscript { // for plugin publishing and license sources repositories { - mavenLocal() maven {url "https://plugins.gradle.org/m2/"} } dependencies { // this is the only way to also get the source code for IDE auto-complete classpath "gradle.plugin.com.dorkbox:Licensing:1.2.2" classpath "gradle.plugin.com.dorkbox:Licensing:1.2.2:sources" - - classpath "com.dorkbox:VersionUpdater:1.0.0" } } @@ -46,10 +43,9 @@ plugins { id 'signing' id "com.dorkbox.CrossCompile" version "1.0.1" + id "com.dorkbox.VersionUpdate" version "1.0" } -apply plugin: 'com.dorkbox.VersionUpdater' - // this is the only way to also get the source code for IDE auto-complete apply plugin: "com.dorkbox.Licensing"