Gradle

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
To raise new issues or bugs against Gradle, please use forums.gradle.org.
  • Gradle
  • GRADLE-1401

Allow specifying task group like project.task(name: "name", group: "group")

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0-milestone-1

Description

I believe it would be nice to be able to specify task group in creation options map, much like the name, description, type, dependencies etc. Like this:

project.task(name: "name", description: "description", group: "group", type: Type)

It is a small change which I was able to do myself, it's in my GitHub fork of Gradle: https://github.com/Ladicek/gradle/tree/task-group-in-creation-options-map. Test included. I will issue a pull request right after I create this JIRA issue.

Activity

  • All
  • Comments
  • History
  • Activity
  • TeamCity
  • Commits
  • Source
  • Reviews
Hide
Permalink
Adam Murdoch added a comment - 26/Feb/11 9:31 PM

This has been applied. Thank you for the patch.

Show
Adam Murdoch added a comment - 26/Feb/11 9:31 PM This has been applied. Thank you for the patch.

People

  • Assignee:
    Unassigned
    Reporter:
    Ladislav Thon
Vote (0)
Watch (0)

Dates

  • Created:
    26/Feb/11 10:35 AM
    Updated:
    04/Jan/13 5:09 AM
    Resolved:
    26/Feb/11 9:31 PM
  • Atlassian JIRA (v5.0.3#729-sha1:bf569e4)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Gradle. Try JIRA - bug tracking software for your team.