Skip to content

Commit cb01f1a

Browse files
committed
Restored compileOnly in dependencies
1 parent 5005e9f commit cb01f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group = "com.github.holgerbrandl.kscript.launcher"
1111
val kotlinVersion: String ="1.4.10"
1212

1313
dependencies {
14-
compile("com.offbytwo:docopt:0.6.0.20150202")
14+
compileOnly("com.offbytwo:docopt:0.6.0.20150202")
1515

1616
implementation("org.jetbrains.kotlin:kotlin-scripting-common:$kotlinVersion")
1717
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion")

0 commit comments

Comments
 (0)