File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group = "com.looker.sdk"
2
2
defaultTasks = mutableListOf (" jar" )
3
3
4
4
val kotlinVersion = providers.gradleProperty(" kotlinVersion" ).get()
5
- val ktorVersion = providers.gradleProperty(" ktorVersion " ).get()
5
+ val googleHttpVersion = providers.gradleProperty(" googleHttpVersion " ).get()
6
6
7
7
plugins {
8
8
kotlin(" jvm" )
@@ -35,10 +35,12 @@ dependencies {
35
35
implementation(" io.github.cdimascio:dotenv-kotlin:6.2.2" )
36
36
implementation(" org.ini4j:ini4j:0.5.4" )
37
37
38
- implementation(" io.ktor:ktor-client:$ktorVersion " )
39
- implementation(" io.ktor:ktor-client-okhttp:$ktorVersion " )
40
- implementation(" io.ktor:ktor-client-json:$ktorVersion " )
41
- implementation(" io.ktor:ktor-client-gson:$ktorVersion " )
38
+ implementation(" commons-configuration:commons-configuration:1.10" )
39
+
40
+ implementation(platform(" com.google.http-client:google-http-client-bom:$googleHttpVersion " ))
41
+ implementation(" com.google.http-client:google-http-client" )
42
+ implementation(" com.google.http-client:google-http-client-apache-v2" )
43
+ implementation(" com.google.http-client:google-http-client-gson" )
42
44
43
45
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
44
46
implementation(" com.google.code.gson:gson:2.8.5" )
Original file line number Diff line number Diff line change 1
- kotlinVersion =1.7 .10
1
+ kotlinVersion =1.9 .10
2
2
googleHttpVersion =1.43.3
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments