Skip to content

Commit

Permalink
Build a fat JAR 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Apr 9, 2019
1 parent 447c7ba commit 5b7a913
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ plugins {
id("org.jetbrains.kotlin.jvm").version(kotlinVersion)
id("com.adarshr.test-logger").version("1.6.0")
id("se.patrikerdes.use-latest-versions") version "0.2.9"
id("com.github.ben-manes.versions") version "0.21.0"
id("com.github.johnrengelman.shadow") version "5.0.0"
application
}

repositories {
jcenter()
maven { url = uri("https://kotlin.bintray.com/ktor") }
maven { url = uri("https://kotlin.bintray.com/kotlinx") } // Required since 0.9.4 since ktor-client-gson includes ktor-client-json that depends on kotlinx-serialization
maven { url = uri("https://plugins.gradle.org/m2") }
}

dependencies {
Expand Down

0 comments on commit 5b7a913

Please sign in to comment.