Skip to content

Commit

Permalink
Remove classifier & version from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Oct 10, 2018
1 parent cd93aff commit 685c83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {

shadowJar {
baseName = 'hydra'
classifier = ''
version = '0.0.1'
classifier = null
version = null
}


Expand Down

0 comments on commit 685c83e

Please sign in to comment.