Skip to content

Commit

Permalink
Remove unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyuan Zhang committed Oct 5, 2018
1 parent a29f4aa commit 2390713
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions runners/google-cloud-dataflow-java/worker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,6 @@ dependencies {
testCompile library.java.mockito_core
}

/******************************************************************************/
// Extract required source files under '$buildDir/original_sources_to_package',
// which will be packed into jar file.

task extractSourceFiles(type: Copy) {
configurations.sourceFile.files.each {
if (it.name.contains("javax.servlet-api")) {
from zipTree(it)
into "$buildDir/original_sources_to_package/sources/javax.servlet-api"
}
}
}
shadowJar.dependsOn extractSourceFiles

//TODO(BEAM-5657): checktyle task should be enabled in the future.
checkstyleMain.enabled = false
checkstyleTest.enabled = false
Expand Down

0 comments on commit 2390713

Please sign in to comment.