Skip to content

Commit 0eac744

Browse files
committed
Per stewards meeting, we are disabling gorm-rx until we have a volunteer to finish porting it to grails 7
1 parent 877402d commit 0eac744

File tree

3 files changed

+209
-205
lines changed

3 files changed

+209
-205
lines changed

grails-datastore-gorm-test/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ dependencies {
1717
implementation "jakarta.validation:jakarta.validation-api"
1818

1919
implementation "com.github.ben-manes.caffeine:caffeine"
20-
testImplementation project(":grails-datastore-gorm-rx")
20+
// Commented out since we aren't building / publishing
21+
//testImplementation project(":grails-datastore-gorm-rx")
2122
testImplementation project(":grails-datastore-gorm-tck")
2223
testImplementation "org.apache.groovy:groovy-json"
2324
testRuntimeOnly "org.springframework:spring-aop"

0 commit comments

Comments
 (0)