Set warnWhenNotUsingParallelGC to false, because it fails the build.
This commit is contained in:
parent
5214751218
commit
3864d937d9
@ -54,7 +54,8 @@ doctor {
|
|||||||
/**
|
/**
|
||||||
* Warn when not using parallel GC. Parallel GC is faster for build type tasks and is no longer the default in Java 9+.
|
* Warn when not using parallel GC. Parallel GC is faster for build type tasks and is no longer the default in Java 9+.
|
||||||
*/
|
*/
|
||||||
warnWhenNotUsingParallelGC = true
|
// Note: Actually, if set to true, it fails the build. See https://lightrun.com/answers/runningcode-gradle-doctor-warnwhennotusingparallelgc-fails-the-build-warn-is-a-confusing-keyword-here
|
||||||
|
warnWhenNotUsingParallelGC = false
|
||||||
/**
|
/**
|
||||||
* Throws an error when the `Delete` or `clean` task has dependencies.
|
* Throws an error when the `Delete` or `clean` task has dependencies.
|
||||||
* If a clean task depends on other tasks, clean can be reordered and made to run after the tasks that would produce
|
* If a clean task depends on other tasks, clean can be reordered and made to run after the tasks that would produce
|
||||||
|
Loading…
Reference in New Issue
Block a user