Skip to content

Commit 44c14bb

Browse files
committed
Update release process
1 parent 6dff6c3 commit 44c14bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ subprojects {
121121

122122
task release(type: Exec) {
123123
description 'Create and upload a release'
124-
dependsOn subprojects.collect { ":${it.name}:bintrayUpload" }
124+
dependsOn subprojects.findAll { it.name != 'docs' }.collect { ":${it.name}:bintrayUpload" }
125125
commandLine 'git', 'tag', "v${project.version}"
126126
}

0 commit comments

Comments
 (0)