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

Need ability to set JVM parameters for GAE #14

Closed
msgilligan opened this issue Apr 13, 2012 · 8 comments
Closed

Need ability to set JVM parameters for GAE #14

msgilligan opened this issue Apr 13, 2012 · 8 comments
Assignees
Milestone

Comments

@msgilligan
Copy link
Contributor

Specifically, I need to workaround this GAE bug:
http://code.google.com/p/googleappengine/issues/detail?id=6928

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

Added a new convention property named jvmFlags which takes in a list of JVM flags which should solve your problem. Check the README file for more information.

@msgilligan
Copy link
Contributor Author

Thanks, now I'm just trying to figure out how to update my gaelyk gradlew configuration to use the new version of the plugin....

@bmuschko
Copy link
Owner

I actually had a look at this before but haven't checked it into the Gaelyk sources yet. In general you just need to update the defined version in your build.gradle file and run ./gradlew wrapper so the latest version gets downloaded. There's at least one break change if you update to milestone 9:

  • The dependency inclusion has to use module instead of name.
  • The buildscript GitHub repository has to use dynamic properties.

@msgilligan
Copy link
Contributor Author

Thanks, that should help. We also might want to twist Guillaume's arm to make a new Gaelyk release...

@bmuschko
Copy link
Owner

I know that the other Gaelyk collaborator are currently working hard to optimize the build process. Guillaume even suggested that we'd release a new version soon. ;-) Feel free to chime in on the mailing list.

@msgilligan
Copy link
Contributor Author

I'm planning on it, but I'm spread soo thin right now...

@msgilligan
Copy link
Contributor Author

Haha, I"m pretty new to Gradle - what do I have to do to switch from name to module?

@bmuschko
Copy link
Owner

Looks like the template project in master has been upgraded already to milestone 9 so you can check that out.

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

No branches or pull requests

2 participants