Skip to content

Commit 90e4204

Browse files
zsxwingakarnokd
authored andcommitted
1.x: Remove unnecessary dependency in build.gradle (ReactiveX#4086)
1 parent 47477cf commit 90e4204

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ pmdMain {
7878
}
7979
}
8080

81-
build.dependsOn pmdMain
82-
8381
task pmdPrint(dependsOn: 'pmdMain') << {
8482
File file = new File('build/reports/pmd/main.xml')
8583
if (file.exists()) {

0 commit comments

Comments
 (0)