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