How to add the Sonatype SNAPSHOT resolvers in a Bleep build? #366
-
In sbt, we'd do |
Beta Was this translation helpful? Give feedback.
Answered by
oyvindberg
Oct 23, 2023
Replies: 2 comments 1 reply
-
Try to add this at the top-level of 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 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
guizmaii
-
@oyvindberg How do you use your locally published libs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to add this at the top-level of
bleep.yaml
:You're likely the first one to try snapshots, so report back if it works. I have always
publishLocal
ed the things I've been working on, so that's a workaround if it doesn't