Skip to content

Commit

Permalink
Use tasks.named('artifactoryPublish') instead
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 2, 2023
1 parent d7388fc commit 25e2c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ publishing {
}
}

tasks.register('artifactoryPublish') {
tasks.named('artifactoryPublish') {
publications(publishing.publications.mavenJava)
def zipArtifactProps =
['zip.name' : 'spring-integration-aws',
Expand Down

0 comments on commit 25e2c57

Please sign in to comment.