File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
grails-datamapping-core-test Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ def publishedProjects = [
5555 ' grails-datastore-async' ,
5656 ' grails-datastore-core' ,
5757 ' grails-datamapping-core' ,
58+ ' grails-datamapping-core-test' ,
5859 ' grails-datamapping-async' ,
5960 // 'grails-datamapping-rx',
6061 ' grails-datamapping-support' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ group = 'org.apache.grails.data'
88
99ext {
1010 includeBaseTckClass = true
11- // TODO: We could publish the test classes once https://github.com/apache/grails-gradle-plugin/pull/425 is merged
11+ pomPublishTestSources = true
1212}
1313
1414dependencies {
@@ -107,4 +107,5 @@ dependencies {
107107
108108apply from : rootProject. layout. projectDirectory. file(' gradle/java-config.gradle' )
109109apply from : rootProject. layout. projectDirectory. file(' gradle/test-config.gradle' )
110+ apply from : rootProject. layout. projectDirectory. file(' gradle/publish-config.gradle' )
110111apply from : rootProject. layout. projectDirectory. file(' gradle/tck-config.gradle' )
You can’t perform that action at this time.
0 commit comments