Skip to content

Commit 39b0b62

Browse files
committed
Enable the Gradle plugins portal to use hibernate-gradle-plugin
1 parent aeb6afc commit 39b0b62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-tests/bytecode-enhancements-it/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ buildscript {
3434
// Useful for local development, it should be disabled otherwise
3535
mavenLocal()
3636
}
37+
maven {
38+
url = uri("https://plugins.gradle.org/m2/")
39+
}
3740

3841
mavenCentral()
3942

0 commit comments

Comments
 (0)