Merge pull request #664 from DataDog/tyler/shadow-upgrade

Update shadow plugin to 4.0.4
This commit is contained in:
Tyler Benson 2019-01-23 08:12:44 -08:00 committed by GitHub
commit 4aa3b6b42d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"