mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Add publish task
This commit is contained in:
@@ -22,5 +22,5 @@ gitPublish {
|
||||
gitPublishCommit.dependsOn(project.tasks.findByName('bake'))
|
||||
|
||||
task publish {
|
||||
dependson(bake, gitPublishPush)
|
||||
dependsOn(bake, gitPublishPush)
|
||||
}
|
||||
Reference in New Issue
Block a user