TIBCOSoftware / snappydata

Project SnappyData - memory optimized analytics database, based on Apache Spark™ and Apache Geode™. Stream, Transact, Analyze, Predict in one cluster
http://www.snappydata.io
Other
1.04k stars 203 forks source link

getTestClassesDir deprecated in gradle 5.0,getTestClassesDirs should be used #927

Open jerryldh opened 6 years ago

jerryldh commented 6 years ago

The getTestClassesDir() method has been deprecated and is scheduled to be remove d in Gradle 5.0. Please use the getTestClassesDirs() method instead. at build_5u8zqq1nwwj5qe414xsgxddyz$_run_closure11$_closure73.doCall(C:\W ork\Hub\CodeHub\snappydata\snappydata\build.gradle:361)

sumwale commented 6 years ago

@jerryldh As mentioned in the PR #928, that change by itself will not work with current set of gradle scripts that are still on gradle 3.5.1 where getTestClassesDirs is not available afaik. Changing to latest gradle 4.x requires many more changes which was skipped last time when move from 2.x to 3.x was made. If you are interested in giving it a try then please go ahead and create a PR (and if you have any questions about it then ask on slack channel).