Re: buildSrc recompiles anytime I run a dunit test

2017-01-30 Thread Dan Smith
Looks like you are using gradle 3.5, rather than the gradle wrapper we have checked in? For me, the buildSrc targets all report that they are up to date: ./gradlew -DdistributedTest.single=BasicDUnitTest geode-core:distributedTest Picked up JAVA_TOOL_OPTIONS: :buildSrc:compileJava UP-TO-DATE :bui

buildSrc recompiles anytime I run a dunit test

2017-01-30 Thread Kirk Lund
Right after I do a clean build, if I then execute a single dunit test via gradle, buildSrc recompiles again. Is this intentional? Is there a way to configure our build to not recompile it again? BUILD SUCCESSFUL Total time: 4 mins 34.685 secs /Users/klund/dev/geode_CLEAN [1424]$ gradle -Ddistribu