stevedlawrence opened a new issue, #32: URL: https://github.com/apache/daffodil-sbt/issues/32
We have the `daffodilBuildsUDF` and `daffodilBuildsLayer` which add the daffodil-udf and daffodil-runtim1-layers dependencies. If a project only builds pluggable charsets, then we can use these options since both transistively pull in daffodil-io where the charset layer is defined. But that's a bit excessive, and it could be confusing saying a project builds a layer or udf when all it really builds is a charset. To fix this, we should add a daffodilBuildsCharset setting, which if enabled adds a dependency to daffodil-io. This also means if we ever change the package the charset API lives then we can update the plugin to pull in the new depdendency. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
