Skip to content

Commit

Permalink
chore: remove dagp exclusions.
Browse files Browse the repository at this point in the history
They were fixed a while ago.
  • Loading branch information
autonomousapps committed Mar 4, 2024
1 parent 4554357 commit f64ffdf
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -333,23 +333,6 @@ dependencyAnalysis {
onAny {
severity("fail")
}
onIncorrectConfiguration {
exclude(
// TODO(tsr):
// 1. version catalog ref (libs.relocated.asm) is not working for some reason
// 2. This fatjar is bundling Kotlin stdlib classes, which is what the analysis is detecting
"com.autonomousapps:asm-relocated",
)
}
onUsedTransitiveDependencies {
exclude(
// TODO(tsr):
// 1. version catalog ref (libs.relocated.asm) is not working for some reason
// 2. This fatjar is bundling Kotlin stdlib classes, which is what the analysis is detecting
// 3. The exclusion only works when I use the project reference, not the Maven coordinates
":asm-relocated",
)
}
}
}
}

0 comments on commit f64ffdf

Please sign in to comment.