mirror of https://github.com/sbt/sbt.git
Minor fix when launching things from standalone launcher
This commit is contained in:
parent
b6cc9be5b9
commit
2224714bc8
Binary file not shown.
|
|
@ -23,6 +23,10 @@ cat >> coursier.pro << EOF
|
||||||
-keep class coursier.cli.Coursier {
|
-keep class coursier.cli.Coursier {
|
||||||
public static void main(java.lang.String[]);
|
public static void main(java.lang.String[]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class coursier.cli.IsolatedClassLoader {
|
||||||
|
public java.lang.String[] getIsolationTargets();
|
||||||
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# -noverify added in launcher below because of errors like
|
# -noverify added in launcher below because of errors like
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue