Skip to content

Commit 2b90025

Browse files
committed
[build] Add a project that aggregates the jvm projects
1 parent af1ed69 commit 2b90025

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

build.sbt

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

304+
lazy val jvms = (project in file(".sbt/matrix/jvms"))
305+
.aggregate(base.jvm(scala212Ver))
306+
.aggregate(base.jvm(scala212Ver))
307+
.aggregate(base.jvm(scala3Ver))
308+
.aggregate(json.jvm(scala212Ver))
309+
.aggregate(json.jvm(scala212Ver))
310+
.aggregate(json.jvm(scala3Ver))
311+
.aggregate(time.jvm(scala212Ver))
312+
.aggregate(time.jvm(scala212Ver))
313+
.aggregate(time.jvm(scala3Ver))
314+
.aggregate(uri.jvm(scala212Ver))
315+
.aggregate(uri.jvm(scala212Ver))
316+
.aggregate(uri.jvm(scala3Ver))
317+
.aggregate(xml.jvm(scala3Ver))
318+
319+
304320
disablePlugins(MimaPlugin)
305321
disablePlugins(TastyMiMaPlugin)
306322
autoScalaLibrary := false

0 commit comments

Comments
 (0)