Skip to content

Commit

Permalink
Fix #291 shadow jar should have all classifier
Browse files Browse the repository at this point in the history
upgrade shadow plugin version to restore behavior for gradle 6
  • Loading branch information
gschueler committed Mar 9, 2020
1 parent 9a16ea1 commit f038253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd-cli-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
plugins {
id 'groovy'
id 'application'
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'com.github.johnrengelman.shadow' version '5.2.0'
id "nebula.ospackage" version "8.1.0"

}
Expand Down

0 comments on commit f038253

Please sign in to comment.