Skip to content

Commit 6468b1f

Browse files
authored
Feat: Adding shadow jar building ability to Kotlin SDK (#1698)
Adds shadow Jar builder to Kotlin SDK builder. Uses same plugin as Looker JDBC driver
1 parent 5706cd9 commit 6468b1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kotlin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ val googleHttpVersion = providers.gradleProperty("googleHttpVersion").get()
77
plugins {
88
kotlin("jvm")
99
id("com.diffplug.spotless")
10+
id("com.github.johnrengelman.shadow") version "8.1.1"
1011
}
1112

1213
sourceSets {

0 commit comments

Comments
 (0)