Skip to content
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 in the repo maven #41

Open
MeryBelh opened this issue Mar 8, 2022 · 1 comment
Open

plugin not found in the repo maven #41

MeryBelh opened this issue Mar 8, 2022 · 1 comment

Comments

@MeryBelh
Copy link

MeryBelh commented Mar 8, 2022

https://repo.maven.apache.org/maven2/org/unbroken-dome/gradle-plugins/gradle-xjc-plugin/2.0.0/gradle-xjc-plugin-2.0.0.pom ==>
404 Not Found

@dlmiles
Copy link

dlmiles commented Mar 7, 2023

With modern Gradle you can try adding the following:

repositories {
    gradlePluginPortal()
}

Or take a look at the Gradle plugin page for other options: https://plugins.gradle.org/plugin/org.unbroken-dome.xjc

Sure it would be nice to be on central, maybe that can be automated with CI and github actions securely by a duly authorized party for the groupId ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants