Martin Chalupa
Martin Chalupa
Hello, I'm trying Gradle 4.6-rc-2. I've encountered an error during the configuration phase. Gretty is initializing Jacoco which uses a new API which is returning null. The new method is...
I have a submodule that applies liquibase plugin then I have a sibling submodule that is an application. As part of application start I call task `liquibaseUpdate`. I noticed that...
I have noticed that excludes for local submodule dependencies are not working when version is set and it contains `+`. I noticed that there is a regex matching which is...