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

Commit 1c8f404

Browse files
committed
Removed release plugin
1 parent 56b3d4d commit 1c8f404

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
task build {
176176
dependsOn subprojects.findResults { it.tasks.findByName('assemble') }
177177
dependsOn subprojects.findResults { it.tasks.findByName('check') }
178-
dependsOn subprojects.findResults { it.tasks.findByName('bintrayUpload') }
178+
dependsOn subprojects.findResults { it.tasks.findByName('bintray') }
179179
}
180180

181181
task wrapper(type: Wrapper) {

0 commit comments

Comments
 (0)