Skip to content

Commit af11006

Browse files
committed
update javadoc task definition to match incoming v2.2-docs changes
1 parent 45fe257 commit af11006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ task javadocJar(type: Jar) {
1616
from javadoc
1717
}
1818
javadoc {
19-
title = 'OpenTok 2.2 Java SDK'
19+
title = 'OpenTok Java SDK Reference'
2020
destinationDir = file('docs')
2121
exclude '**/util/**', '**/constants/**'
2222
options {
@@ -45,7 +45,7 @@ dependencies {
4545
// TODO: find out how to initialize these dependencies properly, or remove them
4646
//compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
4747
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
48-
}
48+
}
4949

5050
artifacts {
5151
archives javadocJar, sourcesJar

0 commit comments

Comments
 (0)