Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 2db2c19

Browse files
committed
Updated version property for release plugin
1 parent 672a371 commit 2db2c19

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
@@ -175,7 +175,7 @@ release {
175175
afterReleaseBuild.dependsOn bintrayUpload
176176

177177
task build {
178-
dependsOn subprojects.findResults { it.tasks.findByName('build') }
178+
dependsOn subprojects.findResults { it.tasks.findByName('assemble') }
179179
}
180180

181181
task wrapper(type: Wrapper) {

0 commit comments

Comments
 (0)