From cafed58421161adfe5b83ab9bfb12efe837dc1d6 Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Fri, 11 May 2018 14:19:05 +0100 Subject: [PATCH] Add back shadowJar compile artifact --- node-api/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/node-api/build.gradle b/node-api/build.gradle index 64d76e133f..ea17afa9f1 100644 --- a/node-api/build.gradle +++ b/node-api/build.gradle @@ -123,6 +123,7 @@ task testJar(type: Jar) { artifacts { testArtifacts testJar + compile shadowJar } publish {