Skip to content

Commit fa0be1e

Browse files
committed
Fix springloaded not being included in distribution
1 parent d4fcd63 commit fa0be1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def libsConfigurations = []
66
subprojects { subproject ->
77
if(subproject.name == 'grails-dependencies') return
88
if(subproject.name == 'grails-bom') return
9-
if(subproject.name == 'grails-shell') {
9+
if(subproject.name == 'grails-shell' || subproject.name == 'grails-core') {
1010

1111
configurations {
1212
libsConfigurations << libs {

0 commit comments

Comments
 (0)