You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,8 @@ apply plugin: 'eclipse'
10
10
11
11
group ='com.tokbox'
12
12
archivesBaseName ='opentok-server-sdk'
13
-
// TODO: how do we increment this before/after a release for deployment and development?
14
13
version ='2.3.2-alpha.1'
15
14
16
-
sourceCompatibility =1.6
17
-
18
15
task javadocJar(type: Jar) {
19
16
classifier ='javadoc'
20
17
from javadoc
@@ -85,7 +82,7 @@ uploadArchives {
85
82
pom.project {
86
83
name 'OpenTok Java SDK'
87
84
packaging 'jar'
88
-
description 'The OpenTok Ruby SDK lets you generate sessions and tokens for OpenTok applications. This version of the SDK also includes support for working with OpenTok 2.0 archives.'
85
+
description 'The OpenTok Java SDK lets you generate sessions and tokens for OpenTok applications. This version of the SDK also includes support for working with OpenTok 2.0 archives.'
0 commit comments