Thanks, I’m still untangling the various bits Mark put in and relying on people who actually, you know, understand things ;)
> On Dec 3, 2019, at 5:11 PM, Dawid Weiss <[email protected]> wrote: > >> // the project version >> version=9.0.0 > > You shouldn't have it in your global configuration. In fact, only > these make sense in there: > > org.gradle.daemon=true > org.gradle.workers.max = 6 > > The cache and daemon settings I'd leave to the project's config. > > Dawid > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
