We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following information must be added to the build file(s):
withJavadocJar()
withSourcesJar()
in addition, every artifact has to declare what should be signed, for example:
publishing { publications { create<MavenPublication>("core-base") { artifactId = "core-base" from(components["java"]) } } // add this: signing { sign("core-base") } }
this will touch EVERY build file that produces an artifact!
build files
required for MavenCentral builds
chore
The text was updated successfully, but these errors were encountered:
paullatzelsperger
Successfully merging a pull request may close this issue.
Feature Request
The following information must be added to the build file(s):
withJavadocJar()
withSourcesJar()
in addition, every artifact has to declare what should be signed, for example:
this will touch EVERY build file that produces an artifact!
Which Areas Would Be Affected?
build files
Why Is the Feature Desired?
required for MavenCentral builds
Type of Issue
chore
Checklist
The text was updated successfully, but these errors were encountered: