Help finding where extra maven repos configured #804
-
Hello, A while ago I created: https://github.com/paulrobinson/jira-field-usage/blob/main/run.java. It imports The following command works for me on my machine, but not for others.
I forget how I made JBang find the Atlassian dependencies. I don't have a Thanks, Paul. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
my first guess is that you are using older jbang which use jcenter by default as opposed to mavencentral. did that change when it was announced jcenter is going away. To make your script same as before add |
Beta Was this translation helpful? Give feedback.
-
oh and update your jbang :) |
Beta Was this translation helpful? Give feedback.
my first guess is that you are using older jbang which use jcenter by default as opposed to mavencentral.
did that change when it was announced jcenter is going away.
To make your script same as before add
//REPOS jcenter, mavencentral
to have it explicitly use jcenter and seocndary mavencentral. you might not need mavencentral though.