----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43364/#review118409 -----------------------------------------------------------
extensions/gemfire-modules-assembly/build.gradle (line 34) <https://reviews.apache.org/r/43364/#comment179633> Could we extract this could into a method on `gradle/utilities.gradle`? Something like: ``` disableMavenPublishingOnAssemblyProjectBecauseGradleIsSilly = { ... } ``` Then we could call the closure from both gemfire-assembly and gemfire-modules-assembly. - Anthony Baker On Feb. 9, 2016, 4:43 p.m., Jens Deppe wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43364/ > ----------------------------------------------------------- > > (Updated Feb. 9, 2016, 4:43 p.m.) > > > Review request for geode and Anthony Baker. > > > Repository: geode > > > Description > ------- > > GEODE-948: gemfire-modules-assembly should not publish a jar artifact > > > Diffs > ----- > > extensions/gemfire-modules-assembly/build.gradle > 270e16718e5dc20709ad9f4f5ff47c08856e03f6 > > Diff: https://reviews.apache.org/r/43364/diff/ > > > Testing > ------- > > > Thanks, > > Jens Deppe > >
