Skip to content

Commit

Permalink
update the shadow plugin to a newer version to speed up the build (ks…
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-mausch committed Sep 7, 2018
1 parent 4bd118b commit 35b52f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
kotlin("jvm") version "1.2.41"
id("com.github.johnrengelman.plugin-shadow") version "2.0.2"
id("com.github.johnrengelman.shadow") version "2.0.4"
}

group = "com.github.holgerbrandl.kscript.launcher"
Expand Down

0 comments on commit 35b52f8

Please sign in to comment.