From a8cfa9df14b2b75714c92e29408a001ee88d5854 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Thu, 7 Apr 2016 20:03:29 +0200 Subject: [PATCH] Minor: add a TODO to build.gradle about making the quasar scan task incremental. --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 178192bed2..9cf9524731 100644 --- a/build.gradle +++ b/build.gradle @@ -156,6 +156,8 @@ task getIRSDemo(type: CreateStartScripts) { // that have @Suspendable sub implementations. These tend to cause NPEs and are not caught by the verifier // NOTE: need to make sure the output isn't on the classpath or every other run it generates empty results, so // we explicitly delete to avoid that happening. We also need to turn off what seems to be a spurious warning in the IDE +// +// TODO: Make this task incremental, as it can be quite slow. //noinspection GroovyAssignabilityCheck task quasarScan(dependsOn: ['classes', 'core:classes', 'contracts:classes']) << {