Details
-
Type:
Improvement
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 0.9
-
Fix Version/s: None
Description
Hi,
it would be great to be able to set the Jetty httpPort property via a system property and/or Gradle property. Right now you have to make a change to your Gradle build script (like adding a configuration task) to make this work. The plugin could predefine a property name (e.g. jettyHttpPort) that replaces the default port value.
Examples:
- System property: gradle jettyRun -DjettyHttpPort=9090
- Gradle property (gradle.properties): jettyHttpPort=9090
Issue Links
- dependent on
-
GRADLE-1365
Allow override of plugin convention property with project property
-
I sent a pull request for this on GitHub.