-
Notifications
You must be signed in to change notification settings - Fork 10
Unable to set jettyEclipseRun parameters #9
Comments
Please show me the complete build or at least the complete task definition. |
I seem to be seeing a similar issue with 1.9.2 (problem does not occur for 1.9.1). The error I get is:
My complete build file is:
|
Very strange, I need some time to figure that out. I don't think it's a source code bug. Either my build environment is different now or gradle or groovy changed something. I'll check that. |
Here's a copy of my script. Changing the Gradle version seems to have the same behaviour.
|
I encountered same problem. |
This seems to be in version 1.9.2.
The task snippet:
doFirst {
jettyEclipseRun.httpPort = 8080
jettyEclipseRun.daemon = true
jettyEclipseRun.execute()
}
Will say:
The text was updated successfully, but these errors were encountered: