From fc486a12f03bfb897f908857539ae37bc66ff133 Mon Sep 17 00:00:00 2001 From: virustotalop Date: Tue, 9 Oct 2018 22:08:42 -0700 Subject: [PATCH] Update shadowJar config --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index dc4495f..82443e0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,6 @@ buildscript { apply plugin: 'java' -apply plugin: 'application' apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'eclipse' apply plugin: 'idea' @@ -26,9 +25,7 @@ repositories { } shadowJar { - baseName = 'hydra' - classifier = null - version = null + "$baseName-$version.$extension" }