Fix cross building of util-interface

This commit is contained in:
Eugene Yokota 2020-11-14 18:58:25 -05:00
parent aac0f5e010
commit 897cc2b50c
1 changed files with 1 additions and 0 deletions

View File

@ -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",