Open
Description
When I add the config from the README.adoc
to my settings.gradle
and build.gradle
it tells me that it cannot find the plugin. I have additionally tried combinations of:
- Changing the plugin version to
"2.2.0"
from"2.3.0-SNAPSHOT"
- Changing the URL to https://dlmiles.github.io/gradle-xjc-plugin/java8/maven2/ and https://dlmiles.github.io/gradle-xjc-plugin/java11/maven2/
I noticed that when I try to curl https://maven.pkg.github.com/dlmiles/gradle-xjc-plugin directly I get a 404
status code back with a body of "404 page not found".
I tested that the github token I generated works with curl -v -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user/issues
.
If github does not supply a consistent way to distribute the plugin, is it possible to publish it to the Gradle Plugin Repository?
Metadata
Metadata
Assignees
Labels
No labels
Activity