Added maven local coordinate info

This commit is contained in:
nathan 2019-07-28 17:06:28 +02:00
parent 18ce99158b
commit 454eba8d3c

View File

@ -247,6 +247,11 @@ publishing {
}
}
// output the local coordinates in the console
tasks["publishToMavenLocal"].doLast {
println("Maven Local coordinates: ${Extras.group}:${Extras.name}:${Extras.version}")
}
// output the release URL in the console
tasks["releaseRepository"].doLast {
val url = "https://oss.sonatype.org/content/repositories/releases/"