diff --git a/grease/src/main/kotlin/io/deepmedia/tools/grease/configurations.kt b/grease/src/main/kotlin/io/deepmedia/tools/grease/configurations.kt index abf86fe..c5f166c 100644 --- a/grease/src/main/kotlin/io/deepmedia/tools/grease/configurations.kt +++ b/grease/src/main/kotlin/io/deepmedia/tools/grease/configurations.kt @@ -80,7 +80,7 @@ private fun Project.createGrease(name: String, isTransitive: Boolean): Configura } configurations.configureEach { val other = this - if (other.name == nameOf(name, "compileClasspath")) { + if (other.name == nameOf(name, "compileOnly")) { other.extendsFrom(configuration) } }