Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

gaeStop kills gradle VM #3

Closed
axelfontaine opened this issue Apr 13, 2011 · 1 comment
Closed

gaeStop kills gradle VM #3

axelfontaine opened this issue Apr 13, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@axelfontaine
Copy link

If I have something like:

task myGaeTask(dependsOn: [gaeExplodeWar, gaeRun, gaeStop, myOtherTask]) {
}

myOtherTask never gets executed as the gradle VM gets killed before

@ghost ghost assigned bmuschko Apr 13, 2011
@bmuschko
Copy link
Owner

Note: You don't need to call gaeExplodeWar if you set a value for the convention property warDir. The task gaeRun checks the property and calls gaeExplodeWar before running gaeRun automatically. See the class GaePlugin.groovy for more information.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants