Skip to content

Commit

Permalink
add dependencies from grease configuration to compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xera committed Sep 23, 2024
1 parent 06c0b60 commit c72fcf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit c72fcf0

Please sign in to comment.