@fabricio@sdeleuze I had the exact same issue with 1.2.20 (Data source config not found) – the culprit seems to be the incremental compilation of the Kotlin compiler. It wipes the resources directory during compilation, so when you run the final JAR no properties/yaml are found. https://youtrack.jetbrains.com/issue/KT-21581 (& Duplicates)
s
sdeleuze
01/29/2018, 10:23 AM
I have added a comment to highlight this is an issue that impact a lot of people