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.
1 parent d4fcd63 commit fa0be1eCopy full SHA for fa0be1e
gradle/assemble.gradle
@@ -6,7 +6,7 @@ def libsConfigurations = []
6
subprojects { subproject ->
7
if(subproject.name == 'grails-dependencies') return
8
if(subproject.name == 'grails-bom') return
9
- if(subproject.name == 'grails-shell') {
+ if(subproject.name == 'grails-shell' || subproject.name == 'grails-core') {
10
11
configurations {
12
libsConfigurations << libs {
0 commit comments