File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ def publishedProjects = [
3030 ' grails-async-rxjava' ,
3131 ' grails-async-rxjava2' ,
3232 ' grails-async-rxjava3' ,
33+ ' grails-base-bom' ,
3334 ' grails-bom' ,
3435 ' grails-hibernate5-bom' ,
3536 ' grails-micronaut-bom' ,
@@ -217,4 +218,4 @@ aggregatePublishedArtifacts.configure {
217218
218219 println " Published artifacts written to ${ outputFile} "
219220 }
220- }
221+ }
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ buildscript {
2727
2828plugins {
2929 id ' java-platform'
30+ id ' org.apache.grails.buildsrc.publish'
3031 id ' org.apache.grails.buildsrc.sbom'
3132}
3233
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ include(
111111 ' grails-dependencies-starter-web' ,
112112 ' grails-dependencies-test' ,
113113 ' grails-dependencies-assets' ,
114- ' grails-base-bom' , // Not published
114+ ' grails-base-bom' ,
115115 ' grails-bom' , // the default bom
116116 ' grails-hibernate5-bom' ,
117117 ' grails-micronaut-bom' ,
You can’t perform that action at this time.
0 commit comments