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

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

Commit c7024bd846e5075fe87b1b2b6c1707950241370b in incubator-geode's branch 
refs/heads/develop from [~mbretl]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=c7024bd ]

GEODE-151: Convert to use Gradle Git plugin

The build was using the executable git command to populate version
information, which created big blocks of Gradle code and could be
unstable. All Git executable commands have been changed to use the
Gradle Git plugin. If directory is not a valid Git workspace, then
it will log a warning and use default values to populate version
information.

Tested with and without Git workspace


> Convert to use Gradle Git Plugin
> --------------------------------
>
>                 Key: GEODE-151
>                 URL: https://issues.apache.org/jira/browse/GEODE-151
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 1.0.0-incubating
>            Reporter: Mark Bretl
>            Assignee: Mark Bretl
>            Priority: Minor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> The build.gradle file uses an exec call to find the Git information for the 
> workspace. This should be updated to uses the Gradle Git plugin, 
> https://plugins.gradle.org/plugin/org.ajoberstar.grgit, to use a Java 
> implementation instead of exec call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to