-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature Request: Publishing the analyzer as a standalone JAR #32
Comments
HI @davidburstromspotify, yes this is an excellent idea, and shouldn't be much work either. |
Are there any particular wrappers that you think we could include built-in support for? |
Well, the reason I'm asking is because I could use it for a tool that I'm working on, that's eventually going to be open sourced. It could also make the linter available as an integration in IntelliJ/Eclipse/others. |
As a very quick workaround, so you are unblocked, you should be able to depend on the plugin as a jar already. Add the gradle plugins repository to the parent
Depend on the plugin:
Then, to execute, create an instance of |
Thank you for your suggestion, I'll use that! |
In this spirit, also consider uploading |
Hi!
Would you consider publishing the analyzer/processor as a standalone JAR, e.g. on Maven Central? That way the project topology would lend itself better to be included as a third party analyser, without the Gradle Plugin infrastructure attached to it.
The text was updated successfully, but these errors were encountered: