Skip to content

Switch to Mill - #468

Merged
alexarchambault merged 3 commits into
coursier:mainfrom
alexarchambault:mill
Oct 27, 2025
Merged

Switch to Mill#468
alexarchambault merged 3 commits into
coursier:mainfrom
alexarchambault:mill

Conversation

@alexarchambault

@alexarchambault alexarchambault commented Oct 27, 2025

Copy link
Copy Markdown
Member

This switches the build to Mill, but also publishes non-shaded JARs as io.get-coursier::interface-no-shading:X.Y.Z (that explicitly depend on coursier and scala-library without shading / proguarding them). These JARs can be useful in native-image contexts, where the shaded coursier and scala-library take space and resources.

@alexarchambault
alexarchambault merged commit 2ad5818 into coursier:main Oct 27, 2025
7 checks passed
@alexarchambault
alexarchambault deleted the mill branch October 27, 2025 17:43
@tgodzik

tgodzik commented Dec 2, 2025

Copy link
Copy Markdown
Collaborator

@alexarchambault I think this changed caused the interface jars to depend on Scala:

> cs resolve -t io.get-coursier:interface:1.0.29-M3                                                                                                                                                                                                                                                                              
  Result:
└─ io.get-coursier:interface:1.0.29-M3
   ├─ org.scala-lang:scala-library:2.13.17
   └─ org.slf4j:slf4j-api:1.7.36
> cs resolve -t io.get-coursier:interface:1.0.29-M2                                                                                                                                                                                                                                                                      
  Result:
└─ io.get-coursier:interface:1.0.29-M2
   └─ org.slf4j:slf4j-api:1.7.36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants