Closed jamesfredley closed 3 months ago
Grails 6 must have a profile defined in build.gradle dependencies to use wrapper and/or grails-shell CLI such as:
build.gradle
profile ("org.grails.profiles:web")
Resolves https://github.com/grails/grails-core/issues/13327
Replaced with https://github.com/grails/grails-wrapper/pull/14
Grails 6 must have a profile defined in
build.gradle
dependencies to use wrapper and/or grails-shell CLI such as:profile ("org.grails.profiles:web")
Resolves https://github.com/grails/grails-core/issues/13327