Added close/release plugin. added comments

This commit is contained in:
nathan 2018-08-18 12:57:48 +02:00
parent 6ea898c4e5
commit 89f065b248
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,9 @@ plugins {
id 'maven-publish'
id 'signing'
// close and release on sonatype
id 'io.codearte.nexus-staging' version '0.11.0'
id "com.dorkbox.CrossCompile" version "1.0.1"
id "com.dorkbox.VersionUpdate" version "1.2"
}
@ -49,6 +52,7 @@ plugins {
// this is the only way to also get the source code for IDE auto-complete
apply plugin: "com.dorkbox.Licensing"
// give us access to api/implementation differences for building java libraries
apply plugin: 'java-library'