H.Cissé

Results 7 comments of H.Cissé

I have the same issue since I have updated to gradle 5.1.1 Extension with name 'consoleReporter' does not exist

I have the same issue. How can I deploy the same Kotless app into different AWS environments (prod/dev)?

I was able to solve the issue by using a prefix ``` kotless { config { prefix = System.getenv("DEPLOYMENT_PREFIX") ?: "dev" } } ```

Same issue here

I have the same issue using Symfony Messenger 4.4