[ https://issues.apache.org/jira/browse/GEODE-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951620#comment-15951620 ]
Mark Bretl commented on GEODE-2708: ----------------------------------- Using Gradle 3.4.1, I executed './gradlew clean build' and the build was successful. There were some deprecation warnings, but those can be cleaned up after. Running 'precheckin' to verify functionality with other types of tests. > Update Gradle Wrapper to Gradle 3 > --------------------------------- > > Key: GEODE-2708 > URL: https://issues.apache.org/jira/browse/GEODE-2708 > Project: Geode > Issue Type: Task > Components: build > Reporter: Galen O'Sullivan > > It looks like we're still running on a very old version of Gradle. This may > be related to incremental builds not working properly. > {code} > $ ./gradlew --version > ------------------------------------------------------------ > Gradle 2.14.1 > ------------------------------------------------------------ > Build time: 2016-07-18 06:38:37 UTC > Revision: d9e2113d9fb05a5caabba61798bdb8dfdca83719 > Groovy: 2.4.4 > Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 > JVM: 1.8.0_111 (Oracle Corporation 25.111-b14) > OS: Mac OS X 10.12.3 x86_64 > $ gradle --version > ------------------------------------------------------------ > Gradle 3.4.1 > ------------------------------------------------------------ > Build time: 2017-03-03 19:45:41 UTC > Revision: 9eb76efdd3d034dc506c719dac2955efb5ff9a93 > Groovy: 2.4.7 > Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 > JVM: 1.8.0_111 (Oracle Corporation 25.111-b14) > OS: Mac OS X 10.12.3 x86_64 > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)