Skip to content

Commit 1a8551f

Browse files
authored
Update shadow plugin usage (#904)
Replace usage of a deprecated API in the gradle shadow plugin to prepare for an update to this dependency. Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent 622ea10 commit 1a8551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ publishing {
192192
}
193193
publications {
194194
shadow(MavenPublication) {
195-
project.shadow.component(it)
195+
from components.shadow
196196
groupId = 'org.opensearch'
197197
artifactId = 'common-utils'
198198

0 commit comments

Comments
 (0)