Skip to content

Commit 9b89a12

Browse files
committed
Delete unnecessary task
1 parent 067ecb0 commit 9b89a12

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

StudyplusAndroidSDK/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,3 @@ dependencies {
3737
apply from: 'gradle/build.values.gradle'
3838

3939
apply from: 'gradle/build.publish.gradle'
40-
41-
android.libraryVariants.all { variant ->
42-
def name = variant.name
43-
task "javadoc-$name"(type: Javadoc) {
44-
description = "Generates javadoc for build $name"
45-
destinationDir = new File(destinationDir, variant.baseName)
46-
source = files(variant.javaCompile.source)
47-
classpath = files(android.plugin.runtimeJarList, variant.javaCompile.classpath)
48-
exclude '**/R.java'
49-
}
50-
}

0 commit comments

Comments
 (0)