Skip to content

Commit

Permalink
quarkus update - Remove two unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 30, 2023
1 parent 30e10ff commit 397ca66
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,6 @@ public static boolean isWindows() {
return OS.contains("win");
}

static boolean hasGradle(Path dir) {
return Files.exists(dir.resolve("build.gradle"));
}

private static boolean hasMaven(Path dir) {
return Files.exists(dir.resolve("pom.xml"));
}

private enum LogLevel {

ERROR,
Expand Down

0 comments on commit 397ca66

Please sign in to comment.