We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067ecb0 commit 9b89a12Copy full SHA for 9b89a12
StudyplusAndroidSDK/build.gradle
@@ -37,14 +37,3 @@ dependencies {
37
apply from: 'gradle/build.values.gradle'
38
39
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