Skip to content

Commit ec1b19a

Browse files
authored
Merge pull request #1241 from gsmet/quarkus-3.13.0
Upgrade to Quarkus 3.13.0
2 parents 60800ca + 2dd5149 commit ec1b19a

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)