Skip to content

Commit b1bb38e

Browse files
committedDec 2, 2020
Add aggregate publishLocal task
1 parent dd52e4a commit b1bb38e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎build.gradle.kts

+9
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,15 @@ dependencies {
203203
deploy(kotlin("script-runtime"))
204204
}
205205

206+
tasks.register("publishLocal") {
207+
group = "publishing"
208+
209+
dependsOn(
210+
"condaPackage",
211+
"pyPiPackage"
212+
)
213+
}
214+
206215
with(ProjectWithOptionsImpl(project, TaskOptions())) {
207216
/****** Build tasks ******/
208217
tasks.jar {

0 commit comments

Comments
 (0)