From f6ed89b9949e7b33cf81bc9dc2ccccf65867774e Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Tue, 12 Feb 2019 11:07:06 -0600 Subject: [PATCH] Exclude integration tests javadoc generation. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 11de9b6..b143fb0 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ configure(rootProject) { project.sourceSets.main.compileClasspath }) - exclude '**/spring-credhub-integration-tests/**' + exclude '**/spring-credhub-integration-tests/**', '**/spring-credhub-reactive-integration-tests/**' maxMemory = "1024m" destinationDir = new File(buildDir, "api")