From 8e289c7e77c783c9b1d62abbdba79dace6f38ae8 Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Wed, 1 Apr 2020 22:10:32 -0400 Subject: [PATCH] Update deprecated reference to shadowJar.classifier --- .../ivy/IvyNebulaShadowJarPublishPluginIntegrationSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/groovy/nebula/plugin/publishing/ivy/IvyNebulaShadowJarPublishPluginIntegrationSpec.groovy b/src/test/groovy/nebula/plugin/publishing/ivy/IvyNebulaShadowJarPublishPluginIntegrationSpec.groovy index ca02a67e..d33478c6 100644 --- a/src/test/groovy/nebula/plugin/publishing/ivy/IvyNebulaShadowJarPublishPluginIntegrationSpec.groovy +++ b/src/test/groovy/nebula/plugin/publishing/ivy/IvyNebulaShadowJarPublishPluginIntegrationSpec.groovy @@ -71,7 +71,7 @@ class IvyNebulaShadowJarPublishPluginIntegrationSpec extends IntegrationTestKitS } shadowJar { - classifier null // this configuration is used to produce only the shadowed jar + archiveClassifier.set(null) // this configuration is used to produce only the shadowed jar relocate 'com.google', 'com.netflix.shading.google' } """