mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Support downloading additional artifacts (sources, javadoc, etc.)
This commit is contained in:
@@ -81,6 +81,7 @@ tasks {
|
||||
// TODO Find out why this fails the configuration cache
|
||||
test {
|
||||
notCompatibleWithConfigurationCache("contains a Task reference")
|
||||
dependsOn(installDist)
|
||||
val shareDir = layout.dir(installDist.map { it.destinationDir.resolve("share") })
|
||||
doFirst {
|
||||
if (updateGolden.isPresent) {
|
||||
|
||||
Reference in New Issue
Block a user