[
https://issues.apache.org/jira/browse/GEODE-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007105#comment-15007105
]
ASF subversion and git services commented on GEODE-151:
-------------------------------------------------------
Commit aab056851334504c11000f52d88d2d0fadb14abe in incubator-geode's branch
refs/heads/feature/GEODE-151 from [~mbretl]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=aab0568 ]
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)