Skip to content

Commit c72fcf0

Browse files
committed
add dependencies from grease configuration to compileOnly
1 parent 06c0b60 commit c72fcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grease/src/main/kotlin/io/deepmedia/tools/grease/configurations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private fun Project.createGrease(name: String, isTransitive: Boolean): Configura
8080
}
8181
configurations.configureEach {
8282
val other = this
83-
if (other.name == nameOf(name, "compileClasspath")) {
83+
if (other.name == nameOf(name, "compileOnly")) {
8484
other.extendsFrom(configuration)
8585
}
8686
}

0 commit comments

Comments
 (0)