Looks like we have a lot of duplication now in the build files. For example, the spotless configuration shouldn't be in a Maven submodule pom.xml since we format all files in all modules using the same configuration; that configuration should only be at the top-level pom.xml.
|
<groupId>com.diffplug.spotless</groupId> |
Looks like we have a lot of duplication now in the build files. For example, the spotless configuration shouldn't be in a Maven submodule
pom.xmlsince we format all files in all modules using the same configuration; that configuration should only be at the top-levelpom.xml.ML/core/pom.xml
Line 91 in 4f98ccb