From 16573709fbc38f88699108203ae8e8efae880814 Mon Sep 17 00:00:00 2001 From: "jerry.guan" Date: Tue, 25 Apr 2017 17:31:27 +0800 Subject: [PATCH] add --- ioc-annotation/build.gradle | 3 ++- ioc-compiler/build.gradle | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ioc-annotation/build.gradle b/ioc-annotation/build.gradle index 49df001..d0c55ec 100644 --- a/ioc-annotation/build.gradle +++ b/ioc-annotation/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'java' - +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.guanguoxiang' dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) } diff --git a/ioc-compiler/build.gradle b/ioc-compiler/build.gradle index 71fb80a..ed4d8ef 100644 --- a/ioc-compiler/build.gradle +++ b/ioc-compiler/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'java' - +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.guanguoxiang' dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.google.auto.service:auto-service:1.0-rc2'