Skip to content

Commit cae7d96

Browse files
committed
Upgrade to gradle shadow 4.0.4
1 parent 7e5567b commit cae7d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// id "com.github.onslip.gradle-one-jar" version "1.0.5"
1414

1515
// Shadow plugin used to build the shade jar
16-
id 'com.github.johnrengelman.shadow' version '2.0.4'
16+
id 'com.github.johnrengelman.shadow' version '4.0.4'
1717

1818
// jacoco code coverage for test
1919
id 'jacoco'

0 commit comments

Comments
 (0)