Skip to content

Commit 431aed3

Browse files
committed
Fix typo in ide.gradle
1 parent f7d594b commit 431aed3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/ide.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ eclipse.classpath.file.whenMerged { classpath ->
5858
}
5959
}
6060

61-
// Allow projects to be used as WPT modules
61+
// Allow projects to be used as WTP modules
6262
eclipse.project.natures "org.eclipse.wst.common.project.facet.core.nature"
6363

6464
// Include project specific settings
@@ -97,7 +97,6 @@ tasks["eclipse"].dependsOn(eclipseSettings, eclipseWstComponent)
9797

9898

9999
// Filter 'build' folder
100-
101100
eclipse.project.file.withXml {
102101
def node = it.asNode()
103102

0 commit comments

Comments
 (0)