We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a16122 + b18878b commit 387a664Copy full SHA for 387a664
grails-gorm-testing-support/build.gradle
@@ -80,7 +80,7 @@ dependencies {
80
exclude group: 'org.springframework', module: 'spring-tx'
81
}
82
83
- implementation project(':grails-datastore-gorm-test'), {
+ api project(':grails-datastore-gorm-test'), {
84
// impl: SimpleMapDatastore
85
if (excludeUnusedTransDeps) {
86
// API dependencies in grails-datastore-gorm-test
0 commit comments