You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2015/01/26 23:59:41 UTC

[jira] [Updated] (AURORA-941) Enforce gradle version in build.gradle

     [ https://issues.apache.org/jira/browse/AURORA-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Khutornenko updated AURORA-941:
-------------------------------------
    Fix Version/s: 0.7.0

> Enforce gradle version in build.gradle
> --------------------------------------
>
>                 Key: AURORA-941
>                 URL: https://issues.apache.org/jira/browse/AURORA-941
>             Project: Aurora
>          Issue Type: Task
>            Reporter: Zameer Manji
>            Assignee: Zameer Manji
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> In {{build.gradle}} we should check {{gradle.gradleVersion}} to ensure that the user has the correct Gradle file.
> Currently if you run our build file with an older version of gralde you will get an unhelpful exception like so:
> {noformat}
> FAILURE: Build failed with an exception.
> * Where:
> Build file '/private/tmp/apache-aurora-0.6.0-rc2-incubating/build.gradle' line: 443
> * What went wrong:
> A problem occurred evaluating root project 'apache-aurora-0.6.0-rc2-incubating'.
> > No such property: vcs for class: org.gradle.plugins.ide.idea.model.IdeaProject_Decorated
>   Possible solutions: ipr
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
> BUILD FAILED
> Total time: 44.633 secs
> {noformat}



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