RE: geode gradle build failing

2025-02-13 Thread William Hodges
modified: static-analysis/pmd-rules/build.gradle William Hodges Research & Development william.hod...@sas.com<mailto:william.hod...@sas.com> (919)531-4739 x14739 From: Arnout Engelen Sent: Thursday, February 13, 2025 8:54 AM To: William Hodges Cc: dev@geode.apache.org Subject: Re: geode g

Re: geode gradle build failing

2025-02-13 Thread Arnout Engelen
On Wed, Feb 12, 2025 at 11:28 PM William Hodges wrote: > I can resolve the "spotlessGroovyGradleCheck" errors by running > ./gradlew.bat ::spotlessApply individually for each project > but this is extremely time consuming. > Interesting, I don't get any spotlessGroovyGradleCheck errors. I'm on L

Re: geode gradle build failing

2025-02-12 Thread Sai Boorlagadda
I would expect it to succeed too. Looking at the error it seems rat failure which is licensing header check in each file. It is possible if someone merged a commit with a new file without a license header. This fio should have a reference to which all files are violating license header check. fil

geode gradle build failing

2025-02-12 Thread William Hodges
Hello all, I am trying to build the latest Geode code from the develop branch using Gradle but it fails in numerous places and I'm not sure why. My environment is Windows w/ JAVA_HOME set to JDK 8. I am using the command: ./gradlew.bat build -DskipTests=true run from the main geode directory (n