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"
22defaultTasks = mutableListOf (" jar" )
33
44val kotlinVersion = providers.gradleProperty(" kotlinVersion" ).get()
5- val ktorVersion = providers.gradleProperty(" ktorVersion " ).get()
5+ val googleHttpVersion = providers.gradleProperty(" googleHttpVersion " ).get()
66
77plugins {
88 kotlin(" jvm" )
@@ -35,10 +35,12 @@ dependencies {
3535 implementation(" io.github.cdimascio:dotenv-kotlin:6.2.2" )
3636 implementation(" org.ini4j:ini4j:0.5.4" )
3737
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" )
4244
4345 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
4446 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
22googleHttpVersion =1.43.3
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments