aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorFabian Lange <lange.fabian@gmail.com>2018-02-02 14:23:58 -0800
committerGitHub <noreply@github.com>2018-02-02 14:23:58 -0800
commit5430ec75d57e8f70627a5d1026943bc328269666 (patch)
tree17e2116c852b1646cc6b3260981cfd0119af8285 /build.gradle
parente981d8fa00d3af5cbfe9c3b639dc4fcf960a759a (diff)
downloadplatform_external_opencensus-java-5430ec75d57e8f70627a5d1026943bc328269666.tar.gz
platform_external_opencensus-java-5430ec75d57e8f70627a5d1026943bc328269666.tar.bz2
platform_external_opencensus-java-5430ec75d57e8f70627a5d1026943bc328269666.zip
Adds Eclipse plugin to build.gradle
The idea plugin is there already, this gives eclipse users a much easier start.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 5ef274cf..4f04cdad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,6 +27,7 @@ subprojects {
apply plugin: "checkstyle"
apply plugin: 'maven'
apply plugin: 'idea'
+ apply plugin: 'eclipse'
apply plugin: 'java'
apply plugin: "signing"
apply plugin: "jacoco"