File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ plugins {
77 id ' com.diffplug.spotless' version ' 6.25.0'
88}
99
10- group ' com.ringcentral'
11- version ' 3.3.2'
10+ group = ' com.ringcentral'
11+ version = ' 3.3.2'
1212
1313repositories {
1414 mavenCentral()
1515}
1616
1717dependencies {
18- api group : ' com.google.code.gson' , name : ' gson' , version : ' 2.10.1'
19- api group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.11.0'
20- testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
18+ api ' com.google.code.gson: gson: 2.10.1'
19+ api ' com.squareup.okhttp3: okhttp: 4.11.0'
20+ testImplementation ' junit: junit: 4.13.2'
2121}
2222
2323java {
24- sourceCompatibility = JavaVersion . VERSION_1_8
25- targetCompatibility = JavaVersion . VERSION_1_8
24+ sourceCompatibility = JavaVersion . VERSION_11
25+ targetCompatibility = JavaVersion . VERSION_11
2626 withJavadocJar()
2727 withSourcesJar()
2828}
You can’t perform that action at this time.
0 commit comments