Skip to content

Commit

Permalink
Update Gradle Shadow Plugin to 5.2.0 (testcontainers#2582)
Browse files Browse the repository at this point in the history
Gradle Shadow Plugin supports Gradle Caching from 5.2.0 and should
help avoiding this heavyweight task when not necessarily.
  • Loading branch information
bsideup authored and quincy committed May 28, 2020
1 parent 97bdab5 commit 5035bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'io.franzbecker.gradle-lombok' version '3.1.0'
id 'nebula.provided-base' version '3.0.3'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'com.github.johnrengelman.shadow' version '5.2.0'
id "com.jfrog.bintray" version "1.8.4" apply false
}

Expand Down

0 comments on commit 5035bcb

Please sign in to comment.