Closed NichtStudioCode closed 1 year ago
The dev bundle has no transitive dependencies, the output you shared is of the server's dependency tree. The server is added to the mojangMappedServer
configuration which the compile classpath then extends from. So any exclusions for server dependencies can be applied to mojangMappedServer
.
Using paperweight-userdev, I'm trying to exclude certain transitive dependencies from the paper dev bundle. However, the configuration made in the
configurationAction
does not seem to be applied.As an example, I'd expect this configuration to exclude all transitive dependencies.
However, when running
gradlew dependencies
, all transitive dependencies are still present:I'd expect it to just be this: