Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 25e2c57

Browse files
committed
Use tasks.named('artifactoryPublish') instead
1 parent d7388fc commit 25e2c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ publishing {
5454
}
5555
}
5656

57-
tasks.register('artifactoryPublish') {
57+
tasks.named('artifactoryPublish') {
5858
publications(publishing.publications.mavenJava)
5959
def zipArtifactProps =
6060
['zip.name' : 'spring-integration-aws',

0 commit comments

Comments
 (0)