-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise Gradle Plugin to make it simpler to use #116
Comments
For example,
|
You can assign this one to me in case. I'll take a look in a couple weeks. |
I have a rough plugin implementation over here that could be used as a basis for this issue: https://github.com/CruGlobal/kotlin-mpp-godtools-tool-parser/blob/antlrUpdate/build-logic/src/main/kotlin/org/cru/godtools/shared/gradle/KotlinAntlrPlugin.kt There is an issue with android lint tasks for a few test sourcesets depending on the antlr task output for some reason in my project. It might just be that the generated source needs to be attached to the source set differently 🤷 but I'm not sure and don't have the time currently to debug this or figure out a better solution. I worked around the issue for now by defining which sourcesets to apply the plugin to via the extension. The other task settings should probably also be exposed via the extension so they can be configured when the plugin is applied |
It should require minimal or no configuration out-of-the-box, while making possible to disable magic that could break
The text was updated successfully, but these errors were encountered: