mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Allow overriding dependencies in gradle.nix
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user