Skip to content

Commit

Permalink
Remove spring dependency management workaround
Browse files Browse the repository at this point in the history
Remove workaround as the name.remal.sonarlint plugin now works around the issue

See: spring-gradle-plugins/dependency-management-plugin#365
  • Loading branch information
candrews authored Aug 8, 2023
1 parent bc42cd9 commit 1f78142
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ tasks.compileJava {
options.release = 17
}

dependencyManagement {
// workaround for https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/365
applyMavenExclusions(false)
}

// Enable dependency locking: https://docs.gradle.org/current/userguide/dependency_locking.html
// To achieve reproducible builds, it is necessary to lock versions of dependencies and transitive dependencies such that a build with the same inputs will always resolve the same module versions.
// This is called dependency locking.
Expand Down

0 comments on commit 1f78142

Please sign in to comment.