File tree Expand file tree Collapse file tree 5 files changed +1
-28
lines changed
integration-tests/bytecode-enhancements-it Expand file tree Collapse file tree 5 files changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,6 @@ subprojects {
148
148
}
149
149
150
150
mavenCentral()
151
-
152
- // Example: ./gradlew build -PenableJBossSnapshotsRep
153
- if ( project. hasProperty(' enableJBossSnapshotsRep' ) ) {
154
- // Used only for testing with the latest Hibernate ORM snapshots.
155
- maven { url ' https://repository.jboss.org/nexus/content/repositories/snapshots' }
156
- }
157
151
}
158
152
159
153
ext. publishScript = rootProject. rootDir. absolutePath + ' /publish.gradle'
Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ buildscript {
35
35
url ' https://plugins.gradle.org/m2/'
36
36
}
37
37
mavenCentral()
38
-
39
- // Example: ./gradlew build -PenableJBossSnapshotsRep
40
- if ( project. hasProperty( ' enableJBossSnapshotsRep' ) ) {
41
- // Used only for testing with the latest Hibernate ORM snapshots.
42
- maven { url ' https://repository.jboss.org/nexus/content/repositories/snapshots' }
43
- }
44
38
}
45
39
dependencies {
46
40
classpath " org.hibernate.orm:hibernate-gradle-plugin:${ hibernateOrmGradlePluginVersion} "
Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ buildscript {
36
36
url ' https://plugins.gradle.org/m2/'
37
37
}
38
38
mavenCentral()
39
-
40
- // Example: ./gradlew build -PenableJBossSnapshotsRep
41
- if ( project. hasProperty( ' enableJBossSnapshotsRep' ) ) {
42
- // Used only for testing with the latest Hibernate ORM snapshots.
43
- maven { url ' https://repository.jboss.org/nexus/content/repositories/snapshots' }
44
- }
45
39
}
46
40
dependencies {
47
41
classpath " org.hibernate.orm:hibernate-gradle-plugin:${ hibernateOrmGradlePluginVersion} "
@@ -99,4 +93,4 @@ task runAllExamplesOnMySQL(
99
93
100
94
task runAllExamples ( dependsOn : [" runAllExamplesOnPostgreSQL" , " runAllExamplesOnMySQL" ] ) {
101
95
description = " Run examples on ${ mainClasses} "
102
- }
96
+ }
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ org.gradle.java.installations.auto-download=false
31
31
# Enable the SonatypeOS maven repository (mainly for Vert.x snapshots) when present (value ignored)
32
32
# enableSonatypeOpenSourceSnapshotsRep = true
33
33
34
- # Enable the JBoss Snapshot maven repository (mainly for Hibernate ORM snapshots) when present (value ignored)
35
- # enableJBossSnapshotsRep = true
36
-
37
34
# Enable the maven local repository (for local development when needed) when present (value ignored)
38
35
# enableMavenLocalRepo = true
39
36
Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ buildscript {
38
38
url ' https://plugins.gradle.org/m2/'
39
39
}
40
40
mavenCentral()
41
-
42
- // Example: ./gradlew build -PenableJBossSnapshotsRep
43
- if ( project. hasProperty( ' enableJBossSnapshotsRep' ) ) {
44
- // Used only for testing with the latest Hibernate ORM snapshots.
45
- maven { url ' https://repository.jboss.org/nexus/content/repositories/snapshots' }
46
- }
47
41
}
48
42
dependencies {
49
43
classpath " org.hibernate.orm:hibernate-gradle-plugin:${ hibernateOrmGradlePluginVersion} "
You can’t perform that action at this time.
0 commit comments