Skip to content

Commit 255d0f0

Browse files
author
Roman Glushko
committed
magento#184 Removed compileJava task
1 parent 4052650 commit 255d0f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle-tasks/staticChecks.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ tasks.withType(SpotBugsTask) {
8989
}
9090
}
9191

92-
task compileJava(overwrite: true) {
93-
dependsOn 'compileDebugJavaWithJavac'
94-
group = "build"
95-
}
96-
9792
// Execute SpotBugsTask on all files
9893
task spotbugs(type: SpotBugsTask) {
9994
}

0 commit comments

Comments
 (0)