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 01634bc commit 450be12Copy full SHA for 450be12
language-adaptors/rxjava-scala/build.gradle
@@ -58,6 +58,11 @@ tasks.compileExamplesScala {
58
classpath = classpath + files(compileScala.destinationDir) + (configurations.compile + configurations.provided)
59
}
60
61
+// Add RxJava core to Scaladoc input:
62
+// tasks.scaladoc.source(project(':rxjava-core').tasks.getByPath(':rxjava-core:compileJava').source)
63
+// println("-------")
64
+// println(tasks.scaladoc.source.asPath)
65
+
66
task test(overwrite: true, dependsOn: testClasses) << {
67
ant.taskdef(name: 'scalatest',
68
classname: 'org.scalatest.tools.ScalaTestAntTask',
0 commit comments