Browse Source

Upgrade to Shadow Plugin 5.2.0

Closes gh-23971
pull/27210/head
Andy Wilkinson 6 years ago committed by Sam Brannen
parent
commit
b5fb28284e
  1. 2
      spring-core/spring-core.gradle

2
spring-core/spring-core.gradle

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
plugins {
id "com.github.johnrengelman.shadow" version "5.1.0"
id "com.github.johnrengelman.shadow" version "5.2.0"
}
description = "Spring Core"

Loading…
Cancel
Save