mirror of https://github.com/sbt/sbt.git
Fix cross building of util-interface
This commit is contained in:
parent
aac0f5e010
commit
897cc2b50c
|
|
@ -338,6 +338,7 @@ val logicProj = (project in file("internal") / "util-logic")
|
|||
// format from which Java sources are generated by the datatype generator Projproject
|
||||
lazy val utilInterface = (project in file("internal") / "util-interface").settings(
|
||||
utilCommonSettings,
|
||||
crossScalaVersions := List(scala212),
|
||||
javaOnlySettings,
|
||||
crossPaths := false,
|
||||
name := "Util Interface",
|
||||
|
|
|
|||
Loading…
Reference in New Issue