-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Sources and javadocs missing in latest snapshots #10602
Comments
This appears to be an issue with Artifactory and we are working with them on resolving it. |
In the meantime a workaround is to publish to a local repository location by running the following command:
A maven repository will be published locally at build/publications/repos/ and contains accurate binary, source, and javadoc. You can then point your build to a Maven repository with a file URL. Something like |
This commit merges a workaround to an issue in JFrog's Gradle plugin which causes SNAPSHOT javadoc and sources to become out of sync and thus prevents users from being able to download either. Closes gh-10602
This commit merges a workaround to an issue in JFrog's Gradle plugin which causes SNAPSHOT javadoc and sources to become out of sync and thus prevents users from being able to download either. Closes gh-10602
This commit merges a workaround to an issue in JFrog's Gradle plugin which causes SNAPSHOT javadoc and sources to become out of sync and thus prevents users from being able to download either. Closes gh-10602
The latest published snapshots do not have the sources or javadoc jar present. This appears to be the case for
6.0.0-SNAPSHOT
,5.6.1-SNAPSHOT
and5.7.0-SNAPSHOT
.The text was updated successfully, but these errors were encountered: