Alex Kramer
04/23/2024, 9:38 PMmy-api:test: Could not find org.grails:grails-shell:.
Required by:
project : > org.grails.plugins:database-migration:4.2.1Alex Kramer
04/23/2024, 9:38 PMimplementation("org.grails.plugins:database-migration:4.2.1") {
exclude module: 'spring-boot-cli'
}Alex Kramer
04/23/2024, 9:39 PMconfigurations {
developmentOnly
runtimeClasspath {
exclude group: 'org.grails', module: 'grails-shell'
}
}Alex Kramer
04/23/2024, 9:39 PMmattias_reichel
04/24/2024, 4:55 AMgrails-database-migration plugin will work with Grails 6.2. It has not been released yet. In the mean-time you could add org.grails:grails-shell:6.1.2 to your project dependencies to make it work.Alex Kramer
04/24/2024, 1:22 PM