From ea6a0635ef714a676f9e381a4d7ebc8d28cd8403 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 12 Feb 2020 12:11:39 -0600 Subject: [PATCH] Remove exclude of nohttp svg We don't use svg images in our docs anymore. Issue gh-7973 --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index c08ab0f454..3e309d9f2e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,10 +30,6 @@ repositories { mavenCentral() } -nohttp { - source.exclude "**/*.svg" -} - subprojects { plugins.withType(JavaPlugin) { project.sourceCompatibility='1.8'