jamesfredley opened a new issue, #15086: URL: https://github.com/apache/grails-core/issues/15086
grails-shell-cli adds ~49 jars and ~20MB of jar/war grails-shell-cli can be excluding from the jar/war and databasemigration.updateOnStart works without issue ``` developmentOnly "org.apache.grails:grails-data-hibernate5-dbmigration" runtimeOnly "org.apache.grails:grails-data-hibernate5-dbmigration", { exclude group: 'org.apache.grails', module: 'grails-shell-cli' } ``` ``` java -jar .\build\libs\database-migration-test-0.1.jar > < > ____ _ _ < > / ___|_ __ __ _(_) |___ < > | | _| '__/ _` | | / __| < > | |_| | | | (_| | | \__ \ < > \____|_| \__,_|_|_|___/ < > https://grails.apache.org < > < UPDATE SUMMARY Run: 2 Previously run: 0 Filtered out: 0 ------------------------------- Total change sets: 2 Grails application running at http://localhost:8080 in environment: production ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org