-
Notifications
You must be signed in to change notification settings - Fork 39
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
Publish diktat-gradle-plugin to plugins.gradle.org #836
Comments
Is plugins.gradle.org still alive? and mavenCentral is still not a default one? |
plugins.gradle.org is still alive and mavenCentral is not a default one. Will be done after #1301 |
We do build diktat-gradle-plugin with Gradle, so it may be possible even now. We should keep in mind though, that plugin marker is built as a maven module outside of Gradle's build lifecycle, so it may cause some complications |
Created account on Gradle platform: saveourtool |
we published a version under |
Now users are required to add
mavenCentral
to plugin repositories, because gradle only searches gradle plugin portal by defaultThe text was updated successfully, but these errors were encountered: