CAPAUT-471 Adjust output
This commit is contained in:
@@ -25,7 +25,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user