You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally got around to using JlinkPlugin in my work projects, and there are some things that need work. I'll probably do these myself soon-ish, so this issue is just for documentation.
We need more flexible constructors in Ignore. I'm thinking some simple string globbing.
Our jlink call should include our classpath in --module-path, since there might be modular JARs there, and these are caught by our jdeps output parser.
If we have no explicit javaHome we use java from PATH, which is not necessarily the JVM in which SBT is running. We should use java.home system property instead.
The text was updated successfully, but these errors were encountered:
I finally got around to using
JlinkPlugin
in my work projects, and there are some things that need work. I'll probably do these myself soon-ish, so this issue is just for documentation.Ignore
. I'm thinking some simple string globbing.jlink
call should include our classpath in--module-path
, since there might be modular JARs there, and these are caught by ourjdeps
output parser.javaHome
we usejava
fromPATH
, which is not necessarily the JVM in which SBT is running. We should usejava.home
system property instead.The text was updated successfully, but these errors were encountered: