You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "mbeckerle (via GitHub)" <gi...@apache.org> on 2023/09/12 15:20:08 UTC

[GitHub] [daffodil] mbeckerle commented on a diff in pull request #1057: Tdml gen app

mbeckerle commented on code in PR #1057:
URL: https://github.com/apache/daffodil/pull/1057#discussion_r1323206772


##########
build.sbt:
##########
@@ -60,6 +61,7 @@ lazy val macroLib = Project("daffodil-macro-lib", file("daffodil-macro-lib"))
   .disablePlugins(OsgiCheckPlugin)
 
 lazy val propgen = Project("daffodil-propgen", file("daffodil-propgen"))
+  .disablePlugins(SbtXjcPlugin)

Review Comment:
   Can this disable just become part of commonSettings, then the only clutter would be the one enableSettings for tdml?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org