CAPAUT-471 Adjust output
This commit is contained in:
@@ -25,14 +25,14 @@ project.ext {
|
|||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
if ( ext.mavenAccessToken == null || ext.mavenRepositoryUrl == null ) {
|
if ( ext.mavenAccessToken == null || ext.mavenRepositoryUrl == null ) {
|
||||||
logger.error("ERROR: Maven publish not possible! Missing required properties: MAVEN_PUBLISH_ACCESS_TOKEN and MAVEN_PUBLISH_REPOSITORY_URL")
|
logger.warn("WARNING: Maven publish not possible! Missing required properties: MAVEN_PUBLISH_ACCESS_TOKEN and MAVEN_PUBLISH_REPOSITORY_URL")
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Configure maven publish
|
// Configure maven publish
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
bootJava(MavenPublication) {
|
bootJava(MavenPublication) {
|
||||||
artifact tasks.named("bootJar")
|
artifact tasks.named("bootJar")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Reference in New Issue
Block a user