-
Notifications
You must be signed in to change notification settings - Fork 442
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
Add sbt 2.0 crossbuilds #1638
Comments
So far, looks like @jtjeferreira is working on at least slash syntax for this: #1636 |
Yes, I am working on this |
@jtjeferreira are you also working on the cross build for 2.x? If not, I'm also willing to pick it up :) |
slowly, but I am working on it. The |
Yes, I ran into that as well. I can push my work so far if it helps |
Here's what I got so far: agboom@0ae7c53#diff-5634c415cd8c8504fdb973a3ed092300b43c4b8fc1e184f7249eb29a55511f91R6 I left off at making Scala 3 compile and extending the cross source ( |
Have you seen this? Obviously not exhaustive, I'm running into a similar issue that needs more implicit conversions than listed in this example. But it's a little more future proof - we'll be moving to M3 before long, so putting this in the |
@BillyAutrey I missed that, thanks for the pointer! It looks somewhat like my solution, but a lot cleaner. For native-packager I think there also needs to be a shim for the artifact and module setting interaction, because that has changed too (e.g. agboom@0ae7c53#diff-f735fb04cdf31ac953f28d0ae8515eb78b364cb0fd408bd914f8a1ba8e8c40e8R154) |
No I didn't, but I saw something similar in sbt-pgp I didn't made much progress, but I added some more commits to #1636. Would be good to merge that first. |
Not working yet, but I have a draft PR - #1647 |
@eed3si9n Nice! I had just started on my fork again by rebasing it onto mainline, but it looks like yours is further along and has some nice cleanups as well 👍 I think Probably |
Here's an offshoot PR to migrate the unicode arrow - #1648 |
I'm totally fine to release a 2.x version of sbt-native-packager if necessary to make this work |
Expected behaviour
If a user crossbuilds or sets sbt to
2.x
inbuild.properties
, then they should be able to pull a version ofsbt-native-packager
successfully.Actual behaviour
You get 404s trying to pull sbt 2.0.0-M2 artifacts.
Information
1.10.2
of sbtThe text was updated successfully, but these errors were encountered: