Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
amergey committed Jun 19, 2024
1 parent 7c9944d commit dbaffd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ task doRelease {
dependsOn(
'checkLastVersionValue',
'asciidoctor',
'gitPublishCopy',
'gitPublishPush'
)
}
Expand Down Expand Up @@ -177,4 +176,8 @@ model {
tasks.unSnapshotVersion {
dependsOn updateLastVersionValueTask
}

tasks.gitPublishCopy {
dependsOn asciidoctor
}
}

0 comments on commit dbaffd8

Please sign in to comment.