Skip to content

Commit

Permalink
Update shadowJar config
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Oct 10, 2018
1 parent ce85026 commit fc486a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {


apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
apply plugin: 'idea'
Expand All @@ -26,9 +25,7 @@ repositories {
}

shadowJar {
baseName = 'hydra'
classifier = null
version = null
"$baseName-$version.$extension"
}


Expand Down

0 comments on commit fc486a1

Please sign in to comment.