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

CAB-6232 publish pws-client to github packages instead of uw artifacory #98

Merged
merged 3 commits into from
Dec 19, 2023

Conversation

jfshenuw
Copy link
Contributor

No description provided.

@@ -6,7 +6,7 @@ buildscript {
repositories {
jcenter()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-snapshot' }
Copy link
Contributor

Choose a reason for hiding this comment

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

Rather than switching to a snapshot release, we could use maven central for pulling release versions of the dependencies.

Spring no longer offers release versions from their own repo.spring.io, it relies on maven central

from https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023

repo.spring.io is intended for the download of snapshots and milestone artifacts that are not available from Maven Central.

see maven central for release versions:
https://mvnrepository.com/artifact/io.spring.gradle/propdeps-plugin

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you click on a released version, you would see the following note:
Note: this artifact is located at Spring Plugins repository (https://repo.spring.io/plugins-release/)

If you scroll down to the comments section of https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023, you would notice that other people had trouble getting it from maven central.

@jfshenuw jfshenuw merged commit 7c7d1a7 into develop Dec 19, 2023
1 check passed
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