Skip to content

Commit 450be12

Browse files
how to add RxJava core to scaladoc input
1 parent 01634bc commit 450be12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

language-adaptors/rxjava-scala/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ tasks.compileExamplesScala {
5858
classpath = classpath + files(compileScala.destinationDir) + (configurations.compile + configurations.provided)
5959
}
6060

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+
6166
task test(overwrite: true, dependsOn: testClasses) << {
6267
ant.taskdef(name: 'scalatest',
6368
classname: 'org.scalatest.tools.ScalaTestAntTask',

0 commit comments

Comments
 (0)