Skip to content

Commit fafb533

Browse files
committed
feat: Add Shadow plugin for shaded Kotlin jars
1 parent 4a696e5 commit fafb533

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kotlin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
plugins {
88
id 'com.diffplug.spotless' version '5.7.0'
99
id 'org.jetbrains.kotlin.jvm'
10+
id 'com.github.johnrengelman.shadow' version '8.1.1'
1011
}
1112

1213
group = "com.looker.sdk"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)