Skip to content

Commit a71c9fa

Browse files
committed
warning instead of error
Signed-off-by: Christoph Rueger <[email protected]>
1 parent 1fd30f6 commit a71c9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biz.aQute.repository/src/aQute/bnd/repository/maven/provider/MavenBndRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ synchronized boolean init() {
668668
String sonatypeSnapshotUrl = null;
669669
switch (sonatypeMode) {
670670
case MANUAL, AUTOPUBLISH -> {
671-
reporter.error("Deprecated Sonatype Publishing. This feature will be removed.");
671+
reporter.warning("Deprecated Sonatype Publishing. This feature will be removed.");
672672
logger.info("deployment via Sonatype Central Portal configured in {} mode", sonatypeMode);
673673
File releaseDir = registry.getPlugin(Workspace.class)
674674
.getFile(SONATYPE_RELEASE_DIR);

0 commit comments

Comments
 (0)