Skip to content

Commit

Permalink
Remove code that made Gradle very mad
Browse files Browse the repository at this point in the history
The elephant almost killed me!
Thank you @martinbonnin for helping me on this one! 🙏
  • Loading branch information
LouisCAD committed Jan 31, 2024
1 parent d6fa73f commit b25526a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ val copyDependencyNotationsRemovalsRevisionNumber by tasks.registering {

tasks.processResources.configure {
dependsOn(copyDependencyNotationsRemovalsRevisionNumber)
copyDependencyNotationsRemovalsRevisionNumber.get().outputs.files.forEach {
inputs.file(it)
}
}

afterEvaluate {
Expand Down

0 comments on commit b25526a

Please sign in to comment.