-
Notifications
You must be signed in to change notification settings - Fork 129
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
Update org name to VirtusLab for downloading scalafmt-native-image #1253
Conversation
a24cb9b
to
a0cfbee
Compare
7da6a85
to
fd0e808
Compare
The IMO we can merge it and disable check if CI |
@@ -12,7 +12,7 @@ object FmtOptionsUtil { | |||
val osArchSuffix0 = osArchSuffix.map(_.trim).filter(_.nonEmpty) | |||
.getOrElse(FetchExternalBinary.platformSuffix()) | |||
val tag0 = scalafmtTag.getOrElse("v" + version) | |||
val gitHubOrgName0 = scalafmtGithubOrgName.getOrElse("alexarchambault/scalafmt-native-image") | |||
val gitHubOrgName0 = scalafmtGithubOrgName.getOrElse("virtuslab/scalafmt-native-image") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should still use the former URL, for versions lower than 3.5.9
. Unless these versions' artifacts can be copied over to the new repository too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find any way, how to copy artifacts from old repository to new
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you'd need to write a script to do it (using the GitHub API to create releases and upload things to the new repo).
fd0e808
to
1068e10
Compare
scalafmt-native-image
is now downloaded from virtuslab organisation. Native launcher is built in fork scalafmt-native-image