File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' java-library'
55 id ' signing'
66 id ' checkstyle'
7- id ' com.diffplug.spotless' version ' 6.25 .0'
7+ id ' com.diffplug.spotless' version ' 8.4 .0'
88}
99
1010group = ' com.ringcentral'
@@ -15,8 +15,8 @@ repositories {
1515}
1616
1717dependencies {
18- api ' com.google.code.gson:gson:2.10.1 '
19- api ' com.squareup.okhttp3:okhttp:4.11.0 '
18+ api ' com.google.code.gson:gson:2.13.2 '
19+ api ' com.squareup.okhttp3:okhttp:5.3.2 '
2020 testImplementation ' junit:junit:4.13.2'
2121}
2222
@@ -66,13 +66,6 @@ publishing {
6666 }
6767 }
6868 repositories {
69- // maven {
70- // url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
71- // credentials {
72- // username = ossrhUsername
73- // password = ossrhPassword
74- // }
75- // }
7669 maven {
7770 name = ' LocalStaging'
7871 url = uri(" $buildDir /staging-deploy" )
9992spotless {
10093 java {
10194 target ' src/*/java/**/*.java'
102- googleJavaFormat(' 1.17 .0' ). aosp()
95+ googleJavaFormat(' 1.35 .0' ). aosp()
10396 formatAnnotations()
10497 removeUnusedImports()
10598 trimTrailingWhitespace()
@@ -108,7 +101,7 @@ spotless {
108101}
109102
110103checkstyle {
111- toolVersion = ' 10.17 .0'
104+ toolVersion = ' 13.4 .0'
112105 configFile = file(' config/checkstyle/checkstyle.xml' )
113106}
114107
You can’t perform that action at this time.
0 commit comments