Skip to content
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

Disable attempts to publish snapshots to Maven Central #258

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

jplewa
Copy link
Member

@jplewa jplewa commented Jul 14, 2023

Task

Resolves: None

Description

Right now we try to publish snapshot versions to Maven Central. This doesn't do anything, as this step in Gradle is disabled for SNAPSHOT versions, but we still build the jars on CI/CD, which isn't necessary and wastes resources. Also, we needlessly upload documentation to the GCP bucket.

@jplewa jplewa requested a review from a team as a code owner July 14, 2023 19:26
@jplewa jplewa self-assigned this Jul 14, 2023
@jplewa jplewa requested review from myhau and ddzikon July 14, 2023 19:26
@jplewa jplewa changed the title disable attempts to publish snapshots to Maven Central Disable attempts to publish snapshots to Maven Central Jul 14, 2023
@jplewa jplewa merged commit f13647b into main Jul 18, 2023
@jplewa jplewa deleted the disable-attempts-to-publish-snapshots-to-maven-central branch July 18, 2023 07:35
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.

2 participants