We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a786f commit 0402ed8Copy full SHA for 0402ed8
1 file changed
build.gradle
@@ -8,8 +8,6 @@ plugins {
8
group 'com.ringcentral'
9
version '3.3.2'
10
11
-sourceCompatibility = 1.8
12
-
13
repositories {
14
mavenCentral()
15
}
@@ -21,6 +19,8 @@ dependencies {
21
19
22
20
23
java {
+ sourceCompatibility = JavaVersion.VERSION_1_8
+ targetCompatibility = JavaVersion.VERSION_1_8
24
withJavadocJar()
25
withSourcesJar()
26
0 commit comments