[
https://issues.apache.org/jira/browse/BEAM-3249?focusedWorklogId=86144&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-86144
]
ASF GitHub Bot logged work on BEAM-3249:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Mar/18 20:14
Start Date: 30/Mar/18 20:14
Worklog Time Spent: 10m
Work Description: lukecwik commented on issue #4982: [BEAM-3249] Allow
for re-use of dependencies within other projects by placing them within
build_rules.gradle
URL: https://github.com/apache/beam/pull/4982#issuecomment-377612262
Kenn, Gradle doesn't work as you expect in this regard. Moving things out of
build_rules.gradle into build.gradle would use the root project since it is in
scope. This is why we are using apply from within each project so that when we
define things like applyJavaNature, it uses the current project and its context.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 86144)
Time Spent: 8h 10m (was: 8h)
> Use Gradle to build/release project
> -----------------------------------
>
> Key: BEAM-3249
> URL: https://issues.apache.org/jira/browse/BEAM-3249
> Project: Beam
> Issue Type: Improvement
> Components: build-system, testing
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: Major
> Time Spent: 8h 10m
> Remaining Estimate: 0h
>
> I have collected data by running several builds against master using Gradle
> and Maven without using Gradle's support for incremental builds.
> Gradle (mins)
> min: 25.04
> max: 160.14
> median: 45.78
> average: 52.19
> stdev: 30.80
> Maven (mins)
> min: 56.86
> max: 216.55
> median: 87.93
> average: 109.10
> stdev: 48.01
> I excluded a few timeouts (240 mins) that happened during the Maven build
> from its numbers but we can see conclusively that Gradle is about twice as
> fast for the build when compared to Maven when run using Jenkins.
> Original dev@ thread:
> https://lists.apache.org/thread.html/225dddcfc78f39bbb296a0d2bbef1caf37e17677c7e5573f0b6fe253@%3Cdev.beam.apache.org%3E
> The data is available here
> https://docs.google.com/spreadsheets/d/1MHVjF-xoI49_NJqEQakUgnNIQ7Qbjzu8Y1q_h3dbF1M/edit?usp=sharing
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)