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
b67efe38
Commit
b67efe38
authored
Sep 22, 2016
by
Christian Meyer
Browse files
ZmtLaunchPlugin.java: no longer uses deprecated methods
parent
a54392b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/groovy/de/zmt/gradle/ZmtLaunchPlugin.groovy
View file @
b67efe38
...
...
@@ -94,10 +94,10 @@ public class ZmtLaunchPlugin implements Plugin<Project> {
run
{
description
=
description
+
". Arguments can be supplied via 'args' project property (-Pargs='<args>')."
if
(
project
.
has
(
'args'
))
{
if
(
project
.
has
Property
(
'args'
))
{
args
(
project
.
args
.
split
())
}
if
(
project
.
has
(
'workingDir'
))
{
if
(
project
.
has
Property
(
'workingDir'
))
{
workingDir
=
project
.
workingDir
}
}
...
...
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