sbt
sbt copied to clipboard
[2.x] Replace tuple with proper record type for licenses
This is a merge of https://github.com/sbt/librarymanagement/pull/382, originally by @mdedetrich
@mdedetrich more changes are needed in the the sbt part to make it compile. If you can finish the work, that would be great.
Thanks looking into it now
@adpi2 I am trying to fix this but I don't have access to your branch to add commits
Sorry for that. Could you push to your fork and create another PR then?
Sure will do
Pull request is here https://github.com/adpi2/sbt/pull/36
@adpi2 This should fix the issue with the latest scripted test https://github.com/adpi2/sbt/pull/37
BTW I just noticed now, but is it intended that librarymanagement is going to be inlined into sbt proper rather than sitting as its own module/library?
@adpi2 Fix for the latest CI run https://github.com/adpi2/sbt/pull/38
Sorry that this is so iterative, I am currently have issues loading the sbt project properly on my machine right now so relying a bit on CI
@adpi2 And again, https://github.com/adpi2/sbt/pull/39. Really hope that this is the last one...
@adpi2 Everything passes now!
I have another PR here - https://github.com/sbt/sbt/pull/7927