> On Oct. 26, 2015, 9:58 p.m., Dan Smith wrote: > > build.gradle, line 412 > > <https://reviews.apache.org/r/39664/diff/2/?file=1108490#file1108490line412> > > > > I'm not sure this covers everything the build task used to do. I think > > the build task also ran some other tasks like assemble, installDist, etc.
You can view the lifecycle by ./gradlew clean precheckin -Dskip.tests=true - Mark ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39664/#review104093 ----------------------------------------------------------- On Oct. 26, 2015, 9:53 p.m., Mark Bretl wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39664/ > ----------------------------------------------------------- > > (Updated Oct. 26, 2015, 9:53 p.m.) > > > Review request for geode, Kirk Lund and Dan Smith. > > > Bugs: GEODE-487 > https://issues.apache.org/jira/browse/GEODE-487 > > > Repository: geode > > > Description > ------- > > This commit removes integrationTest and distributedTest tasks from the > build task lifecycle. The tasks were associated with the 'check' task, > which is in the 'build' lifecycle. After removing the tasks, only the > 'test' task is run when build task is executed. > > > Diffs > ----- > > build.gradle d8da7dee271af2d9c8334b3c3b1b6b2066abb3db > > Diff: https://reviews.apache.org/r/39664/diff/ > > > Testing > ------- > > Tested by running 'clean build' > > Build now runs in about 5 minutes > > > Thanks, > > Mark Bretl > >
