[JBoss JIRA] (FORGE-2537) Ambiguous facet error while creating gradle project
by George Gastaldi (JIRA)
George Gastaldi created FORGE-2537:
--------------------------------------
Summary: Ambiguous facet error while creating gradle project
Key: FORGE-2537
URL: https://issues.jboss.org/browse/FORGE-2537
Project: Forge
Issue Type: Bug
Components: Projects
Affects Versions: 3.0.0.Alpha1, 2.20.1.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Priority: Blocker
Fix For: 3.0.0.Alpha2
{code}
[forge]$ project-new --named example --topLevelPackage org.test --type war --buildSystem gradle
***ERROR*** Error while executing 'Project: New'
***INFO*** (type "export VERBOSE=true" to enable stack traces)
***ERROR*** Cannot resolve ambiguous facet type [org.jboss.forge.addon.projects.facets.ResourcesFacet] because multiple matching types were found:
[org.jboss.forge.addon.maven.projects.facets.MavenResourcesFacet from addon org.jboss.forge.addon:maven,2.20.1.Final,
org.jboss.forge.addon.gradle.projects.facets.GradleResourcesFacet from addon org.jboss.forge.addon:gradle,2.12.2.Final]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)