All Projects → puniverse → quasar-gradle-template

puniverse / quasar-gradle-template

Licence: other
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

Quasar Gradle Template

A Parallel Universe Quasar Gradle template for standalone Java 1.7+ applications..

This is a port of the Quasar Maven Archetype at http://github.com/puniverse/quasar-maven-archetype.

Getting started

Just edit gradle/user-props.gradle. You might want to add JVM arguments and system properties, then feel free to play with the code or give it a try as it stands.

Currently 2 instrumentation methods can be chosen through the method property: agent and aot. To run them:

./gradlew -Pmethod=agent run
./gradlew -Pmethod=agent test
./gradlew -Pmethod=aot clean run
./gradlew -Pmethod=aot test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].