Allow overriding dependencies in gradle.nix

This commit is contained in:
Tad Fisher
2024-05-24 14:24:41 -07:00
parent 4910251482
commit 799fb3debc
7 changed files with 137 additions and 438 deletions

View File

@@ -34,7 +34,7 @@ application {
"-Dslf4j.internal.verbosity=ERROR"
)
applicationDistribution
.from(configurations.named("share"))
.from(configurations.named("share"), files("../gradle.nix"))
.into("share")
.rename("plugin.*\\.jar", "plugin.jar")
}