Skip to content

Commit

Permalink
Updated POC for bld 2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jun 25, 2024
1 parent 389c1bf commit 742aad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# libraries
bld = "1.9.2-SNAPSHOT"
bld = "2.0.0-SNAPSHOT"

# plugins
kotlin = "1.9.24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public BldToolWindow(ToolWindow toolWindow) {
java_args.add(project_dir.getCanonicalPath() + "/bld");
java_args.add(Wrapper.BUILD_ARGUMENT);
java_args.add(bldMainClass);
java_args.add(Wrapper.JSON_ARGUMENT);

var process_builder = new ProcessBuilder(java_args);
process_builder.directory(new File(Objects.requireNonNull(project_dir.getCanonicalPath())));
Expand Down

0 comments on commit 742aad3

Please sign in to comment.