CAPAUT-471 Adjust output

This commit is contained in:
2024-10-25 16:52:28 +02:00
parent 6b72cbf0d6
commit 684508ab86

View File

@@ -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