Add back shadowJar compile artifact

This commit is contained in:
Andras Slemmer 2018-05-11 14:19:05 +01:00
parent 7a39ff8617
commit cafed58421

View File

@ -123,6 +123,7 @@ task testJar(type: Jar) {
artifacts {
testArtifacts testJar
compile shadowJar
}
publish {