We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c0b60 commit c72fcf0Copy full SHA for c72fcf0
1 file changed
grease/src/main/kotlin/io/deepmedia/tools/grease/configurations.kt
@@ -80,7 +80,7 @@ private fun Project.createGrease(name: String, isTransitive: Boolean): Configura
80
}
81
configurations.configureEach {
82
val other = this
83
- if (other.name == nameOf(name, "compileClasspath")) {
+ if (other.name == nameOf(name, "compileOnly")) {
84
other.extendsFrom(configuration)
85
86
0 commit comments