Skip to content

Commit 387a664

Browse files
authored
Merge pull request #1875 from grails/fixGormTestingSupport
Switch grails-datastore-gorm-test back to api so SimpleMapDatastore can be found in test
2 parents 0a16122 + b18878b commit 387a664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-gorm-testing-support/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
exclude group: 'org.springframework', module: 'spring-tx'
8181
}
8282
}
83-
implementation project(':grails-datastore-gorm-test'), {
83+
api project(':grails-datastore-gorm-test'), {
8484
// impl: SimpleMapDatastore
8585
if (excludeUnusedTransDeps) {
8686
// API dependencies in grails-datastore-gorm-test

0 commit comments

Comments
 (0)