-
-
Notifications
You must be signed in to change notification settings - Fork 28
Migrate to Central from Sonatype #156
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
base: master
Are you sure you want to change the base?
Conversation
Added Vanniktech Maven-Publishing plugin to handle migration to Maven Central. Tried to use `maven-publishing` library, but it doesn't perform necessary webhooks yet.
Code Coverage
|
…dd no-parallel option
|
Hmm. Trying to understand why my publishing task is getting skipped with here I was able to run this locally but seems to be always skipping on CI 🤔 anyone know why? |
| - name: Release to sonatype | ||
| run: ./gradlew :${{ matrix.module }}:publishAllPublicationsToMavenRepository | ||
|
|
||
| run: ./gradlew :publishAllPublicationsToMavenCentralRepository --no-parallel --no-configuration-cache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add --no-build-cache --rerun-tasks to force it to run on CI? @xxfast
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xxfast did that work?
No description provided.