Skip to content

Commit be9fd66

Browse files
committed
Mods to build.sbt, aggregate tasks
1 parent a73cde4 commit be9fd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ lazy val DynaML = (project in file(".")).enablePlugins(JavaAppPackaging, BuildIn
8383
dataDirectory := new File("data/"),
8484
initialCommands in console := """io.github.mandar2812.dynaml.DynaML.run(banner="""" +
8585
target.value.getPath + """/universal/stage/conf/banner.txt");"""
86-
87-
)
86+
).aggregate(core, pipes, examples).settings(
87+
aggregate in publishM2 := true)
8888

0 commit comments

Comments
 (0)