HHH-8144 - Create a 'release' task that performs all tasks needed for doing a release
This commit is contained in:
parent
8290662c9d
commit
7bd9ba2adf
|
@ -479,3 +479,5 @@ subprojects { subProject ->
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task release(type: Task, dependsOn: 'release:release')
|
||||||
|
|
Loading…
Reference in New Issue