Skip to content

Commit

Permalink
Use GradleFacet implementation class directly
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-wyluda committed Sep 22, 2013
1 parent b89ca6d commit 7f9bc4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Project createProject(DirectoryResource targetDir)
{
Project project = new GradleProject(targetDir);

facetFactory.install(project, GradleFacet.class);
facetFactory.install(project, GradleFacetImpl.class);
facetFactory.install(project, GradleMetadataFacet.class);
facetFactory.install(project, GradlePackagingFacet.class);
facetFactory.install(project, GradleDependencyFacet.class);
Expand Down

0 comments on commit 7f9bc4e

Please sign in to comment.