Skip to content

Commit 2dd5149

Browse files
committed
Upgrade to Quarkus 3.13.0
1 parent 60800ca commit 2dd5149

File tree

6 files changed

+1542
-1542
lines changed

6 files changed

+1542
-1542
lines changed

generated-platform-project/quarkus-maven-plugin/src/main/java/io/quarkus/maven/DevMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public void close() throws IOException {
444444
})) {
445445
return scanner.nextLine();
446446
} catch (Exception e) {
447-
getLog().warn("Failed to collect user input for analytics", e);
447+
getLog().debug("Failed to collect user input for analytics", e);
448448
return "";
449449
}
450450
});

0 commit comments

Comments
 (0)