We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080da19 commit 4478676Copy full SHA for 4478676
build.gradle
@@ -74,7 +74,7 @@ release {
74
'initializeSonatypeStagingRepository',
75
'clean',
76
'build',
77
- 'publishToSonatype'
+ project.getTasksByName('publishToSonatype', true)
78
]
79
git {
80
requireBranch.set('xxx')
0 commit comments