Skip to content

Conversation

@xxfast
Copy link
Owner

@xxfast xxfast commented Jul 6, 2025

No description provided.

robertjamison and others added 5 commits June 28, 2025 20:29
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.
@github-actions
Copy link

github-actions bot commented Jul 6, 2025

Code Coverage

Total Project Coverage 98.17%

@xxfast
Copy link
Owner Author

xxfast commented Jul 15, 2025

Hmm. Trying to understand why my publishing task is getting skipped with here

Task :publishAllPublicationsToMavenCentralRepository UP-TO-DATE

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

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xxfast did that work?

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

Successfully merging this pull request may close these issues.

4 participants