Skip to content

Commit

Permalink
Quarkus test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuzikar authored Apr 29, 2024
1 parent 4d2a4c5 commit 7c06ab8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void main(String[] args) {
List<String> devArgs = new ArrayList<>(Picocli.parseArgs(args));

if (System.getProperty("kc.home.dir") == null) {
// direct the auto-created files to the target folder, so they are cleaned by "mvn clean"
// direct the auto-created files to the target folder, so they are cleaned by "mvn clean" abc
// users can still provide a different folder by setting the property when starting it from their IDE.
Path path = Paths.get(System.getProperty("user.dir"), "target", "kc");
System.setProperty("kc.home.dir", path.toAbsolutePath().toString());
Expand Down

0 comments on commit 7c06ab8

Please sign in to comment.