bmuschko / gradle-cargo-plugin

Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Apache License 2.0
258 stars 61 forks source link

How do I specify JVM arguments #128

Closed kellyfj closed 9 years ago

kellyfj commented 9 years ago

I have some JVM arguments I need to specify

-ea -server -Xms512m -Xmx1024m -XX:MaxPermSize=512m 

Just wondering how to specify them? Thanks!

kellyfj commented 9 years ago

Ignore this - I found them 'jvmArgs'