Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d50ca30

Browse files
committed
apache/grails-data-mapping#1288 Include test BuiltinUniqueConstraintWorksWithTargetProxiesConstraintsSpec
Update to GORM Core 7.0.5.BUILD-SNAPSHOT
1 parent b96831f commit d50ca30

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ allprojects { project ->
4949
subprojects { project ->
5050

5151
repositories {
52-
mavenLocal()
5352
maven { url "https://repo.grails.org/grails/core" }
5453
}
5554

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gormVersion=7.0.4.RELEASE
1+
gormVersion=7.0.5.BUILD-SNAPSHOT
22
slf4jVersion=1.7.29
33
servletApiVersion=4.0.1
44
grails3Version=3.3.8

grails-datastore-gorm-hibernate5/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ dependencies {
6161
}
6262

6363
test {
64-
//TODO: Remove this once https://github.com/grails/grails-data-mapping/issues/1288 is fixed
65-
exclude '**/BuiltinUniqueConstraintWorksWithTargetProxiesConstraintsSpec.class'
6664
if (isTravisBuild) {
6765
maxParallelForks = 1
6866
forkEvery = 10

0 commit comments

Comments
 (0)