Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 19, 2024
1 parent 43f5453 commit 4381397
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ lazy val interface = project
val maybeJava9Options =
if (isJava9OrMore) {
val javaHome = sys.props.getOrElse("java.home", ???)
Seq(s"-libraryjars $javaHome/jmods/java.base.jmod")
Seq(
s"-libraryjars $javaHome/jmods/java.base.jmod",
s"-libraryjars $javaHome/jmods/java.xml.jmod"
)
}
else
Nil
Expand Down

0 comments on commit 4381397

Please sign in to comment.