Updated comments and version plugin info

This commit is contained in:
nathan 2018-08-13 15:25:07 +02:00
parent b62d92074b
commit 9b70d53e84
1 changed files with 1 additions and 5 deletions

View File

@ -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"