Updated comments

master
nathan 2018-08-09 23:26:42 +02:00
parent ece26c367a
commit 4856f035d8
1 changed files with 2 additions and 1 deletions

View File

@ -26,13 +26,14 @@ buildscript {
propsFile.withInputStream {props.load(it)}
props.each {key, val -> project.ext.set(key, val)}
// for plugin publishing and license sources
repositories {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
// for plugin publishing
classpath "com.gradle.publish:plugin-publish-plugin:0.9.10"
// for license sources
classpath "gradle.plugin.com.dorkbox:Licensing:1.2.2"
classpath "gradle.plugin.com.dorkbox:Licensing:1.2.2:sources"
}