adenhartog
Results
23
comments of
adenhartog
@chanseokoh Aligning the versions in de root project plugins block fixes the problem in our multi-module project. Good to know about this obscure Gradle issue/bug, thanks!
A workaround for this issue is to preface the java command with the winpty command. So something like: `winpty java -jar myboot.jar`. This also hints at the cause for Git...
Maybe a adding this tip to the documentation is sufficient.