Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecomod
zmt-build
Commits
59f7b942
Commit
59f7b942
authored
Jul 12, 2016
by
Christian Meyer
Browse files
ZmtEclipsePlugin.groovy: fixed cleanEclipse task failing if launch config not present
parent
76150a93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/groovy/de/zmt/gradle/ZmtEclipsePlugin.groovy
View file @
59f7b942
...
...
@@ -29,7 +29,7 @@ class ZmtEclipsePlugin implements Plugin<Project> {
// delete launch configuration
tasks
.
cleanEclipse
.
doLast
{
Files
.
delete
(
launchConfig
)
Files
.
delete
IfExists
(
launchConfig
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment