This commit is contained in:
Phillip Webb
2014-09-15 11:35:16 -07:00
parent 2ba2cfe23d
commit 5ba86a103d
6 changed files with 28 additions and 24 deletions

View File

@@ -78,10 +78,7 @@ public class RunPluginFeatures implements PluginFeatures {
if (project.hasProperty("applicationDefaultJvmArgs")) {
return project.property("applicationDefaultJvmArgs");
}
else {
return Collections.emptyList();
}
return Collections.emptyList();
}
});
}