David Morris
David Morris
In error-prone 2.11.0 I've started getting the following error when building within IntelliJ ``` Foo.java:17:2 java: [UnicodeInCode] Avoid using non-ASCII Unicode characters outside of comments and literals, as they can...
[Version Catalogs ](https://docs.gradle.org/current/userguide/platforms.html) provide the ability to centrally define your dependency versions rather than defining the versions multiple times across various sub projects. This also has the added benefit of...
**Describe the bug** Within a multi model maven plugin it is possible to have certain modules not be deployed using ``` org.apache.maven.plugins maven-deploy-plugin X.Y true ``` https://maven.apache.org/plugins/maven-deploy-plugin/faq.html However the module...