Closed sbglasius closed 2 years ago
If I add these dependencies to buildscript
it works:
classpath "org.grails:grails-dependencies:5.0.1"
classpath "org.grails:grails-web-boot:5.0.1"
classpath "org.springframework.boot:spring-boot-starter-tomcat:2.5.5"
classpath "org.springframework.boot:spring-boot-autoconfigure:2.5.5"
classpath "org.springframework.boot:spring-boot-starter-actuator:2.5.5"
But it seems wrong to do so
Shown in this branch: https://github.com/sbglasius/grails-database-migration-issue/tree/workaround
Also, the list of commands is less than expected:
run the grails
cli in interactive mode, write dbm-
and press TAB and only these commands are shown:
grails> dbm-
dbm-changelog-to-groovy dbm-create-changelog dbm-validate
Do we have any estimations, when we are expecting here solution and support for Grails 5?
Task List
Steps to Reproduce
Create a new Grails 5.0.1 project
Insert :
into
Refresh project in Idea or run any gradle task
Expected Behaviour
A refresh or gradle task will pass without problems
Actual Behaviour
I get this list of missing dependencies:
Environment Information
Example Application