Skip to content

How to add the Sonatype SNAPSHOT resolvers in a Bleep build? #366

Answered by oyvindberg
guizmaii asked this question in Q&A
Discussion options

You must be logged in to vote

Try to add this at the top-level of bleep.yaml:

resolvers:
- type: maven
  uri: https://oss.sonatype.org/content/repositories/snapshots
  name: sonatype-snapshots
- type: maven
  uri: https://s01.oss.sonatype.org/content/repositories/snapshots
  name: sonatype-s01-snapshots

You're likely the first one to try snapshots, so report back if it works. I have always publishLocaled the things I've been working on, so that's a workaround if it doesn't

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@guizmaii
Comment options

Answer selected by guizmaii
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants