You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/03/14 20:17:58 UTC

[daffodil-vscode] branch main updated: Fix Java11+ build issues by adding run/fork true

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new cd5600e  Fix Java11+ build issues by adding run/fork true
cd5600e is described below

commit cd5600e786f539fa65c336fb145a8cd65a27e734
Author: NolanMatt <11...@users.noreply.github.com>
AuthorDate: Tue Mar 14 14:17:56 2023 -0400

    Fix Java11+ build issues by adding run/fork true
---
 build.sbt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.sbt b/build.sbt
index 467b986..ace8607 100644
--- a/build.sbt
+++ b/build.sbt
@@ -18,6 +18,9 @@
 import com.github.retronym.sbtxjc.SbtXjcPlugin
 import Classpaths.managedJars
 
+//Fixes build issues on java11+
+run / fork := true
+
 val packageJsonStr = scala.io.Source.fromFile("package.json").mkString
 
 val daffodilVer = {