Merge pull request #664 from DataDog/tyler/shadow-upgrade
Update shadow plugin to 4.0.4
This commit is contained in:
commit
4aa3b6b42d
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "com.github.johnrengelman.shadow" version "4.0.1"
|
||||
id "com.github.johnrengelman.shadow" version "4.0.4"
|
||||
}
|
||||
|
||||
// Set properties before any plugins get loaded
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "com.github.johnrengelman.shadow" version "4.0.1"
|
||||
id "com.github.johnrengelman.shadow" version "4.0.4"
|
||||
id 'com.github.psxpaul.execfork' version '0.1.8'
|
||||
}
|
||||
apply from: "${rootDir}/gradle/java.gradle"
|
||||
|
|
Loading…
Reference in New Issue