We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa27203 commit efed258Copy full SHA for efed258
build.sbt
@@ -301,6 +301,15 @@ lazy val xml = (projectMatrix in file("XmlParser"))
301
scala3Ver,
302
))
303
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
313
disablePlugins(MimaPlugin)
314
disablePlugins(TastyMiMaPlugin)
315
autoScalaLibrary := false
0 commit comments