Skip to content

Commit 0402ed8

Browse files
committed
Fix old gradle syntax
1 parent e1a786f commit 0402ed8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ plugins {
88
group 'com.ringcentral'
99
version '3.3.2'
1010

11-
sourceCompatibility = 1.8
12-
1311
repositories {
1412
mavenCentral()
1513
}
@@ -21,6 +19,8 @@ dependencies {
2119
}
2220

2321
java {
22+
sourceCompatibility = JavaVersion.VERSION_1_8
23+
targetCompatibility = JavaVersion.VERSION_1_8
2424
withJavadocJar()
2525
withSourcesJar()
2626
}

0 commit comments

Comments
 (0)