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

Commit 75426da

Browse files
committed
ci: remove unnecessary build task configuration
1 parent 49b6585 commit 75426da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,6 @@ nexusStaging {
210210
password = System.env.OSS_USER_TOKEN_PASS ?: project.findProperty('OSS_USER_TOKEN_PASS') ?: ''
211211
}
212212

213-
task build {
214-
dependsOn subprojects.findResults { it.tasks.findByName('assemble') }
215-
dependsOn subprojects.findResults { it.tasks.findByName('check') }
216-
}
217-
218213
wrapper {
219214
distributionType = Wrapper.DistributionType.ALL
220215
}

0 commit comments

Comments
 (0)