-
Notifications
You must be signed in to change notification settings - Fork 11
Not able to use multiple deployment profiles #23
Comments
The config does not automatically take the project you're running. Set module property to the project you want to launch. I am slowly workin on a new version for version 3.0 so sorry for the Daryl On Sunday, November 9, 2014, Ivo Senner notifications@github.com wrote:
|
Thanks for the response. The following deployment profile did the job for me:
Furthermore I had to add an additional run Task for every profile to add hazlecast to the classpath and consequently be able to use clustering again (see Issue #11) |
deploy project should do the trick All deployments come with a run task automatically you shouldn't need to Daryl On Monday, November 10, 2014, Ivo Senner notifications@github.com wrote:
|
I'm trying to setup multiple deployment profiles just as described in the README. Everyting works as long as I use the default profile mod. As soon as I choose a different name for the the profile or even specify more than one I get the following error on execution of the run task
The part of the stack trace which seems to be relevant is the following:
The gradle build-script contains the following:
The text was updated successfully, but these errors were encountered: