Skip to content

Commit 693de0b

Browse files
committed
Remove NetLogo from build directory
1 parent ba439a4 commit 693de0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ packageBin in Compile := {
3838
val libraryJarPaths =
3939
classpath.files.filter{path =>
4040
path.getName.endsWith(".jar") &&
41-
!path.getName.startsWith("scala-library")}
41+
!path.getName.startsWith("scala-library") &&
42+
!path.getName.startsWith("NetLogo")}
4243
for(path <- libraryJarPaths) {
4344
IO.copyFile(path, target / path.getName)
4445
}

0 commit comments

Comments
 (0)