This is an automated email from the ASF dual-hosted git repository. arosien pushed a commit to branch tdml-gen-app in repository https://gitbox.apache.org/repos/asf/daffodil.git
commit 5be6e97b45bb22828b623cdf47c28093179162a4 Author: Adam Rosien <[email protected]> AuthorDate: Mon Feb 5 11:41:40 2024 -0800 Add comment about scalaxb setting. --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index f16919480..18e1cf46f 100644 --- a/build.sbt +++ b/build.sbt @@ -215,6 +215,7 @@ lazy val testStdLayout = Project("daffodil-test-stdLayout", file("test-stdLayout lazy val scalaxbSettings = Seq( Compile / scalaxb / scalaxbGenerateMutable := true, + // Even though we don't generate any http clients, we need this to avoid an unused import error in the generated code. Compile / scalaxb / scalaxbHttpClientStyle := HttpClientStyle.Sync, Compile / scalaxb / scalaxbPackageName := "org.apache.daffodil.tdml.scalaxb", Compile / scalaxb / sources := Seq(
