[GRADLE-2676] Tooling API: Correct 'gradle' project's intellij view Created: 12/Feb/13 Updated: 02/Feb/17 Resolved: 02/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.4 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Denis Zhdanov | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Description |
It's not possible to build Gradle project imported into IntelliJ IDEA via its gradle integration at the moment. Compilation errors are fixed by the following steps: Eventually the project still fails to compile because org.gradle.api.internal.artifacts.mvnsettings.MavenSettingsProvider uses import to unknown classes, namely org.gradle.mvn3.org.apache.maven.settings.Settings and org.gradle.mvn3.org.apache.maven.settings.building.SettingsBuildingException |
Comments |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 02/Feb/17 ] |
This now works properly. |