-
Notifications
You must be signed in to change notification settings - Fork 103
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
Plugin not found when using the new Plugin DSL notation in build.gradle #36
Comments
Currently we are not publishing the plugin to the gradle plugin portal, but only to jitpack. The jitpack convention for groupname and artifact id is a little odd. You could try to add a custom |
hmm... Then maybe I should create an issue in jitpack's tracker. Some info which can be useful for you: |
Ok than it might be also enough to change the plugin id. I will try this out. |
Hello @klieber @mduesterhoeft - with the removal of Jitpack; does that make it easier to get this plugin published to plugins.gradle.org? Would be great to get rid of need for Edit: I'm intending to submit a PR for this; just waiting for my test publish to be approved so I can validate it's working fine. |
Plugin configuration:
settings.gradle:
build.gradle:
Generated urls are different for classic configuration using
buildscript
and a new one withplugins
:The first one is from
buildscript
and works.The text was updated successfully, but these errors were encountered: