Skip to content

Conversation

@alexarchambault
Copy link
Member

@alexarchambault alexarchambault commented Oct 27, 2025

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
Copy link
Collaborator

tgodzik commented Dec 2, 2025

@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