aboutsummaryrefslogtreecommitdiff
path: root/contrib/zpages/build.gradle
diff options
context:
space:
mode:
authorADAM GARZA <thefewproduction@gmail.com>2018-07-25 11:39:01 -0500
committerYang Song <songy23@users.noreply.github.com>2018-07-25 09:39:01 -0700
commit53fc5f0e49eab37fc814f38b11352c9b19e83fe1 (patch)
tree36ac10689692b4e5a2b0f04852cf8e9c10027ecc /contrib/zpages/build.gradle
parente28223602ee7b2e5e28d0d8dce635e6094f6907c (diff)
downloadopencensus-java-53fc5f0e49eab37fc814f38b11352c9b19e83fe1.tar.gz
Zpages external CSS added and gradle modified to include this resource (#1341)
Diffstat (limited to 'contrib/zpages/build.gradle')
-rw-r--r--contrib/zpages/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/zpages/build.gradle b/contrib/zpages/build.gradle
index 9648d64e..e9e5d089 100644
--- a/contrib/zpages/build.gradle
+++ b/contrib/zpages/build.gradle
@@ -14,3 +14,6 @@ dependencies {
signature "org.codehaus.mojo.signature:java18:+@signature"
}
+
+sourceSets.main.resources.srcDirs = [ "src/resources/" ]
+sourceSets.main.resources.includes = [ "**/*.css" ]