commit ef52e4347677b5e5a87b548744614c33004e8fd1 parent 10bd6dcf9994d13e6fe64a14765bef4d62c976ad Author: MS <ms@taler.net> Date: Sun, 20 Dec 2020 00:35:03 +0100 Get parent-project build Nexus fat JAR. Diffstat:
| M | build.gradle | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/build.gradle b/build.gradle @@ -14,4 +14,14 @@ idea { module { excludeDirs += file("frontend") } +} + +task dist { + evaluationDependsOn("nexus") + subprojects.each { + if (it.name == "nexus") { + Task t = it.tasks.getByName("installShadowDist") + dependsOn(t) + } + } } \ No newline at end of file