We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba439a4 commit 693de0bCopy full SHA for 693de0b
1 file changed
build.sbt
@@ -38,7 +38,8 @@ packageBin in Compile := {
38
val libraryJarPaths =
39
classpath.files.filter{path =>
40
path.getName.endsWith(".jar") &&
41
- !path.getName.startsWith("scala-library")}
+ !path.getName.startsWith("scala-library") &&
42
+ !path.getName.startsWith("NetLogo")}
43
for(path <- libraryJarPaths) {
44
IO.copyFile(path, target / path.getName)
45
}
0 commit comments