Skip to content

Commit efed258

Browse files
committed
[build] Add a project that aggregates the jvm projects
1 parent aa27203 commit efed258

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.sbt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,15 @@ lazy val xml = (projectMatrix in file("XmlParser"))
301301
scala3Ver,
302302
))
303303

304+
305+
lazy val jvms = (project in file(".sbt/matrix/jvms"))
306+
.disablePlugins(JvmPlugin)
307+
.aggregate(base.jvm.get.map(Project.projectToRef):_*)
308+
.aggregate(json.jvm.get.map(Project.projectToRef):_*)
309+
.aggregate(time.jvm.get.map(Project.projectToRef):_*)
310+
.aggregate(uri.jvm.get.map(Project.projectToRef):_*)
311+
.aggregate(xml.jvm.get.map(Project.projectToRef):_*)
312+
304313
disablePlugins(MimaPlugin)
305314
disablePlugins(TastyMiMaPlugin)
306315
autoScalaLibrary := false

0 commit comments

Comments
 (0)