ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

Enable Gradle daemon #474

Closed frankscholten closed 8 years ago

frankscholten commented 8 years ago

See https://docs.gradle.org/current/userguide/gradle_daemon.html

Make sure the daemon only runs locally and not in a CI environment.

frankscholten commented 8 years ago

Closing because we can locally add

org.gradle.daemon=true

to gradle.properties