Skip to content

Commit

Permalink
Dummy change to trigger full rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jan 21, 2025
1 parent 4f79e08 commit be4d031
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public BuildResult run() throws Exception {
throw new IllegalStateException("Quarkus applications require Java 17 or higher to build");
}
long start = System.nanoTime();
System.out.println("DUMMY LOGGING");
log.debug("Beginning Quarkus augmentation");
ClassLoader originalClassLoader = Thread.currentThread().getContextClassLoader();
QuarkusBuildCloseablesBuildItem buildCloseables = new QuarkusBuildCloseablesBuildItem();
Expand Down

0 comments on commit be4d031

Please sign in to comment.