Skip to content

Commit d610071

Browse files
gianluzholgerbrandl
authored andcommitted
Updated gradle capsule plugin (#210)
1 parent 0dc153e commit d610071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/kscript/app/AppHelpers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ fun packageKscript(scriptJar: File, wrapperClassName: String, dependencies: List
306306
val gradleScript = """
307307
plugins {
308308
id "org.jetbrains.kotlin.jvm" version "${KotlinVersion.CURRENT}"
309-
id "us.kirchmeier.capsule" version "1.0.2"
309+
id "it.gianluz.capsule" version "1.0.3"
310310
}
311311
312312
repositories {

0 commit comments

Comments
 (0)