Skip to content

Commit b18878b

Browse files
committed
Switch grails-datastore-gorm-test back to api so SimpleMapDatastore can be found in test
1 parent 0a16122 commit b18878b

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)