Change from Liquibase to Flyway because it's supported by GraalVM
This commit is contained in:
16
src/main/resources/META-INF/native-image/reflect-config.json
Normal file
16
src/main/resources/META-INF/native-image/reflect-config.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "org.flywaydb.core.internal.publishing.PublishingConfigurationExtension",
|
||||
"methods": [
|
||||
{
|
||||
"name": "isCheckDriftOnMigrate"
|
||||
},
|
||||
{
|
||||
"name": "setCheckDriftOnMigrate",
|
||||
"parameterTypes": [
|
||||
"boolean"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user