You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2017/09/18 20:38:00 UTC

[jira] [Comment Edited] (GEODE-3639) Request: build flag to skip download of previous Geode versions

    [ https://issues.apache.org/jira/browse/GEODE-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170657#comment-16170657 ] 

Kirk Lund edited comment on GEODE-3639 at 9/18/17 8:37 PM:
-----------------------------------------------------------

Suggestion from Jared Stewart:

./gradlew build -x :geode-old-versions:compileJava -x :geode-old-versions:verifyGeodetest120 -x :geode-old-versions:downloadZipFiletest120 -x :geode-old-versions:downloadAndUnzipFiletest120



was (Author: klund):
Suggestion from Jared Stewart:
{noformat}
./gradlew build -x :geode-old-versions:compileJava -x :geode-old-versions:verifyGeodetest120 -x :geode-old-versions:downloadZipFiletest120 -x :geode-old-versions:downloadAndUnzipFiletest120
{noformat}

> Request: build flag to skip download of previous Geode versions
> ---------------------------------------------------------------
>
>                 Key: GEODE-3639
>                 URL: https://issues.apache.org/jira/browse/GEODE-3639
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>            Reporter: Kirk Lund
>
> I need a build flag to skip download of previous Geode versions. Downloading previous versions of Geode (which occurs on every clean build) takes too long. I only want to build and run test (UnitTest). The previous versions of Geode are only used in IntegrationTest. So I want a flag to skip that download, or better yet, move the downloading of previous versions to the integrationTest or distributedTest target where it belongs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)