Skip to content

Commit

Permalink
[Java] Simplify force clause.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Dec 17, 2024
1 parent b8a1783 commit dbc3d4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ allprojects {
resolutionStrategy {
failOnVersionConflict()

force libs.junit4,
libs.byteBuddy,
force libs.byteBuddy,
libs.byteBuddy.agent,
// patching conflicting Checkstyle dependencies
"org.codehaus.plexus:plexus-utils:3.3.0",
Expand Down

0 comments on commit dbc3d4e

Please sign in to comment.