We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d099f39 commit bdca305Copy full SHA for bdca305
Makefile
@@ -3,7 +3,7 @@ checkstyle:
3
4
javadoc:
5
# Output is (module)/build/docs/javadoc/release
6
- ./gradlew javadocrelease
+ ./gradlew library:javadocrelease
7
8
test:
9
./gradlew :library:test -i
library/build.gradle
@@ -46,3 +46,4 @@ dependencies {
46
}
47
48
apply from: "${rootDir}/gradle/gradle-bintray.gradle"
49
+apply from: "${rootDir}/gradle/javadoc.gradle"
0 commit comments