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 45fe257 commit af11006Copy full SHA for af11006
build.gradle
@@ -16,7 +16,7 @@ task javadocJar(type: Jar) {
16
from javadoc
17
}
18
javadoc {
19
- title = 'OpenTok 2.2 Java SDK'
+ title = 'OpenTok Java SDK Reference'
20
destinationDir = file('docs')
21
exclude '**/util/**', '**/constants/**'
22
options {
@@ -45,7 +45,7 @@ dependencies {
45
// TODO: find out how to initialize these dependencies properly, or remove them
46
//compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
47
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
48
-}
+}
49
50
artifacts {
51
archives javadocJar, sourcesJar
0 commit comments