Skip to content

Commit

Permalink
Bump shadowjar plugin to 5.0.0 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed May 3, 2019
1 parent a3b2d75 commit fadc8d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id 'org.scoverage' version '2.5.0'
id 'net.minecrell.licenser' version '0.4.1'
id 'com.github.jk1.dependency-license-report' version '0.5.0'
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'com.github.johnrengelman.shadow' version '5.0.0'
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion helloworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
plugins {
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'com.github.johnrengelman.shadow' version '5.0.0'
id 'com.commercehub.gradle.plugin.avro' version '0.8.0'
id 'org.scoverage' version '2.5.0'
}
Expand Down
2 changes: 1 addition & 1 deletion templates/simple/build.gradle.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

plugins {
id 'com.commercehub.gradle.plugin.avro' version '0.8.0'
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'com.github.johnrengelman.shadow' version '5.0.0'
}

repositories {
Expand Down

0 comments on commit fadc8d9

Please sign in to comment.