Skip to content

Commit

Permalink
fix eclipse java facet version bug in build with hack
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 30, 2017
1 parent 4dbaf69 commit d67dfdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions symmetric-assemble/common.gradle
Expand Up @@ -239,5 +239,11 @@ subprojects { subproject ->

task develop {
dependsOn tasks.cleanEclipse, tasks.eclipse

doLast {
def wstFacetXml = "$projectDir/.settings/org.eclipse.wst.common.project.facet.core.xml"
println "Deleting $wstFacetXml"
delete wstFacetXml
}
}
}

0 comments on commit d67dfdf

Please sign in to comment.