valentinacupac / banking-kata-java

Banking Kata (Java)
MIT License
336 stars 90 forks source link

Fix: Flyway - Error when executing locally #111 #113

Closed eamtalu closed 1 year ago

eamtalu commented 1 year ago

Hi @valentinacupac

Yes you are right, actually it was an issue on executing ./gradlew test task from the root. Just because the order of flyway task need to be beforehand so I Updated the gradle tasks to execute flyway task at the beginning and now the error should be gone. It is running fine now.

Let me know. Thanks.

Reg, Amin