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 daccd09
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions runners/google-cloud-dataflow-java/worker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ dependencies {

runtime library.java.slf4j_jdk14

sourceFile "javax.servlet:javax.servlet-api:3.1.0:sources"

testCompile "org.apache.beam:beam-runners-core-java:$version:tests"
testCompile "org.apache.beam:beam-runners-direct-java:$version"
testCompile "org.apache.beam:beam-sdks-java-core:$version:tests"
Expand All @@ -208,20 +206,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 daccd09

Please sign in to comment.