Skip to content

Commit

Permalink
Upgrade the shadow plugin to 7.1.2 (#171)
Browse files Browse the repository at this point in the history
Upgrade the shadow plugin to 7.1.2
  • Loading branch information
carterkozak authored Jan 5, 2022
1 parent 2f5756a commit 6721d91
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ apply plugin: 'com.palantir.baseline-java-versions'
dependencies {
implementation localGroovy()
implementation gradleApi()
implementation 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow'
implementation 'gradle.plugin.com.github.johnrengelman:shadow'
implementation 'com.google.guava:guava'

annotationProcessor 'org.immutables:value'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import java.util.stream.Stream;
import java.util.zip.ZipEntry;
import org.gradle.api.DefaultTask;
import org.gradle.api.artifacts.Configuration;
import org.gradle.api.artifacts.ResolvedDependency;
import org.gradle.api.file.FileCollection;
import org.gradle.api.provider.Property;
Expand Down Expand Up @@ -75,7 +74,7 @@ public final Property<String> getPrefix() {
}

@Classpath
public final List<Configuration> getConfigurations() {
public final List<FileCollection> getConfigurations() {
return shadowJarProperty.get().getConfigurations();
}

Expand Down
26 changes: 12 additions & 14 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
com.google.guava:guava:31.0.1-jre (1 constraints: a5065053)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
com.google.j2objc:j2objc-annotations:1.3 (1 constraints: b809eda0)
com.gradle.publish:plugin-publish-plugin:0.14.0 (1 constraints: 8317e148)
commons-io:commons-io:2.11.0 (2 constraints: 8d1c29bf)
gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0 (1 constraints: 09050e36)
org.apache.ant:ant:1.10.9 (1 constraints: 8917e448)
org.apache.ant:ant-launcher:1.10.9 (1 constraints: 9908a68d)
commons-io:commons-io:2.11.0 (2 constraints: a118e1a4)
gradle.plugin.com.github.johnrengelman:shadow:7.1.2 (1 constraints: 0c051336)
org.apache.ant:ant:1.10.11 (1 constraints: 9c13d15e)
org.apache.ant:ant-launcher:1.10.11 (1 constraints: c2086096)
org.apache.logging.log4j:log4j-api:2.17.1 (1 constraints: be0e2676)
org.apache.logging.log4j:log4j-core:2.17.1 (1 constraints: 8617ee48)
org.apache.maven:maven-model:3.0.4 (1 constraints: 491159d2)
org.apache.logging.log4j:log4j-core:2.17.1 (1 constraints: 7313504b)
org.checkerframework:checker-qual:3.12.0 (2 constraints: 500f4e96)
org.codehaus.plexus:plexus-utils:3.3.0 (1 constraints: 54176931)
org.codehaus.plexus:plexus-utils:3.4.1 (1 constraints: 4013dc37)
org.immutables:value:2.8.8 (1 constraints: 14051536)
org.jdom:jdom2:2.0.6 (1 constraints: 56176131)
org.ow2.asm:asm:9.1 (4 constraints: 4c36ef2f)
org.ow2.asm:asm-analysis:9.1 (1 constraints: e509dea5)
org.ow2.asm:asm-commons:9.1 (1 constraints: fa160103)
org.ow2.asm:asm-tree:9.1 (2 constraints: 31146e8c)
org.vafer:jdependency:2.6.0 (1 constraints: 56176d31)
org.jdom:jdom2:2.0.6 (1 constraints: 4013d037)
org.ow2.asm:asm:9.2 (4 constraints: 393231c3)
org.ow2.asm:asm-analysis:9.2 (1 constraints: e609dfa5)
org.ow2.asm:asm-commons:9.2 (1 constraints: e5129d11)
org.ow2.asm:asm-tree:9.2 (2 constraints: 33148e8c)
org.vafer:jdependency:2.7.0 (1 constraints: 4113df37)

[Test dependencies]
cglib:cglib-nodep:3.3.0 (2 constraints: 7a1acf3c)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle.plugin.com.github.jengelman.gradle.plugins:shadow = 7.0.0
gradle.plugin.com.github.johnrengelman:shadow = 7.1.2
org.immutables:value = 2.8.8
com.google.guava:guava = 31.0.1-jre
org.apache.logging.log4j:* = 2.17.1
Expand Down

0 comments on commit 6721d91

Please sign in to comment.