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

ASF subversion and git services commented on GEODE-5492:
--------------------------------------------------------

Commit e505ec8fc43f4d63ba5d0206a01095254410eec3 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e505ec8 ]

GEODE-5492 Fix gradle dependencies to enable reliable parallel build (#2217)

- distZip and distTar tasks wait for all 'jar' tasks to finish
- geode-assembly:docs depends on all project's javadoc task
- geode-core 'jar' depends on the version properties file
- version properties file runs after compileJava
- geode-pulse 'war' depends on the webJar, instead of only including it
- fixed download of geode-old-versions to run after clean, even when
  specified backwards on the command line
- srcJar no longer includes the IntelliJ output directory

Co-authored-by: Patrick Rhomberg <prhomb...@pivotal.io>
Co-authored-by: Finn Southerland <fsoutherl...@pivotal.io>
Co-authored-by: Dick Cavender <dcaven...@pivotal.io>


> Fix parallel builds in Gradle
> -----------------------------
>
>                 Key: GEODE-5492
>                 URL: https://issues.apache.org/jira/browse/GEODE-5492
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>            Reporter: Robert Houghton
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.8.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Invoking `gradle build --parallel` twice is executing new tasks. This 
> indicates that some task dependencies are not correctly declared. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to