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-1488

idea plugin does not honor the 'single file dependency'

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None

Description

dependencies {
  someConfig file('bar.jar')
}
ideaModule {
  scopes.COMPILE.plus += configurations.someConfig
}

1. Above does not work. Notice the dependency is declared with 'file' and not with 'files'
2. There's a possibility it does not work for ecliseClasspath, either
3. There's a possibility it does not work for eclipseWtpComponent, either

Activity

  • All
  • Comments
  • History
  • Activity
  • TeamCity
  • Commits
  • Source
  • Reviews
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Szczepan Faber
Vote (0)
Watch (0)

Dates

  • Created:
    20/Apr/11 3:40 AM
    Updated:
    13/Apr/12 6:42 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.