Skip to content

Commit dee7b6e

Browse files
committed
fix
1 parent cf0eb1d commit dee7b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def releasePrepareTask = tasks.register( "releasePrepare" ) {
166166
def ciReleaseTask = tasks.register( 'ciRelease' ) {
167167
description "Triggers the release on CI: creates commits to change the version (release, then development), creates a tag, pushes everything. Then CI will take over and perform the release."
168168
group "Release"
169-
dependsOn releasePrepare
169+
dependsOn releasePrepareTask
170170

171171
doFirst {
172172
if ( !project.hasProperty( 'releaseVersion' ) || !project.hasProperty( 'developmentVersion' )

0 commit comments

Comments
 (0)