We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a696e5 commit fafb533Copy full SHA for fafb533
kotlin/build.gradle
@@ -7,6 +7,7 @@ buildscript {
7
plugins {
8
id 'com.diffplug.spotless' version '5.7.0'
9
id 'org.jetbrains.kotlin.jvm'
10
+ id 'com.github.johnrengelman.shadow' version '8.1.1'
11
}
12
13
group = "com.looker.sdk"
kotlin/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments