From ff3b81331e0646472b85e90710915661fffd38d5 Mon Sep 17 00:00:00 2001 From: oreissig Date: Sun, 6 Mar 2016 17:53:25 +0100 Subject: [PATCH] avoid rebuilding the bootstrapJar (and therefore core groovy classes as well) when just changing tests --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86d96bc9458..4c2bf0b63d1 100644 --- a/build.gradle +++ b/build.gradle @@ -397,7 +397,7 @@ task bootstrapJar { ) } inputs.property('indy', useIndy()) - inputs.files fileTree('src') + inputs.files sourceSets.main.allJava outputs.file archivePath }