Skip to content

Commit 0cabf8d

Browse files
authored
Update shadow plugin usage (#2022)
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 c39caca commit 0cabf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ publishing {
5454
}
5555
publications {
5656
shadow(MavenPublication) {
57-
project.shadow.component(it)
57+
from components.shadow
5858
groupId = 'org.opensearch.alerting'
5959
artifactId = 'alerting-spi'
6060

0 commit comments

Comments
 (0)