----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39920/#review104999 -----------------------------------------------------------
gemfire-web/build.gradle (line 29) <https://reviews.apache.org/r/39920/#comment163357> What about idea? - Anthony Baker On Nov. 3, 2015, 10:44 p.m., Dan Smith wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39920/ > ----------------------------------------------------------- > > (Updated Nov. 3, 2015, 10:44 p.m.) > > > Review request for geode, Darrel Schneider and Mark Bretl. > > > Repository: geode > > > Description > ------- > > Using minusConfigurations was causing gradle to exclude the entire > gemfire-core project from the gemfire-web classpath. All we wanted to > filter out was the generated output directories from gradle, which are > getting added because we have an ugly provided dependency on those > output directory. > > Now we explicitly filter out only the directories we don't want. > > > Diffs > ----- > > gemfire-web/build.gradle f0de25aa9af036442ce115c82e2b7193504a5236 > > Diff: https://reviews.apache.org/r/39920/diff/ > > > Testing > ------- > > > Thanks, > > Dan Smith > >