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 authored and beikov committed Sep 27, 2023
1 parent e48e20b commit 3b835db
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 155 deletions.
2 changes: 1 addition & 1 deletion gradle/libraries.gradle
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 3b835db

Please sign in to comment.