Skip to content

Commit

Permalink
HHH-17015 - Upgrade to Gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Aug 2, 2023
1 parent 19eb5a6 commit 1656d26
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 156 deletions.
2 changes: 1 addition & 1 deletion gradle/libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/

configurations.all {
configurations.configureEach {
resolutionStrategy.eachDependency { details ->
//Force the "byte buddy agent" version to match the Byte Buddy version
// we use, as Mockito might pull in a mismatched version transitively
Expand Down

0 comments on commit 1656d26

Please sign in to comment.