Don't need jfxrt.jar from JAVA_HOME
anymore
This commit is contained in:
parent
fdd25775f2
commit
d5b2e1576e
@ -29,7 +29,5 @@ lazy val root = (project in file ("."))
|
|||||||
akkaStream % "optional",
|
akkaStream % "optional",
|
||||||
akkaAgent % "optional",
|
akkaAgent % "optional",
|
||||||
gerweckUtilAkka % "optional"
|
gerweckUtilAkka % "optional"
|
||||||
),
|
)
|
||||||
|
|
||||||
unmanagedJars in Compile += Attributed.blank(file(System.getenv("JAVA_HOME") + "/jre/lib/ext/jfxrt.jar"))
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user