From b120e1da878e5ae5dc1eb1a68ab4bb166cb76da2 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 30 Jun 2016 11:47:25 -0700 Subject: [PATCH] Changed to compileOnly dependencies. --- .idea/modules/mobibot.iml | 2 +- .idea/modules/mobibot_annotationProcessor.iml | 2 +- .idea/modules/mobibot_main.iml | 15 ++++++++------- .idea/modules/mobibot_test.iml | 11 ++++------- build.gradle | 10 ---------- mobibot.ipr | 15 ++++++++++++--- 6 files changed, 26 insertions(+), 29 deletions(-) diff --git a/.idea/modules/mobibot.iml b/.idea/modules/mobibot.iml index ca3a54c..de72d7d 100644 --- a/.idea/modules/mobibot.iml +++ b/.idea/modules/mobibot.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot_annotationProcessor.iml b/.idea/modules/mobibot_annotationProcessor.iml index 599f09a..9ac6b73 100644 --- a/.idea/modules/mobibot_annotationProcessor.iml +++ b/.idea/modules/mobibot_annotationProcessor.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot_main.iml b/.idea/modules/mobibot_main.iml index 7d47b66..039e934 100644 --- a/.idea/modules/mobibot_main.iml +++ b/.idea/modules/mobibot_main.iml @@ -1,5 +1,5 @@ - + @@ -17,19 +17,20 @@ - - - - - - + + + + + + + \ No newline at end of file diff --git a/.idea/modules/mobibot_test.iml b/.idea/modules/mobibot_test.iml index 2f8372f..02aaa94 100644 --- a/.idea/modules/mobibot_test.iml +++ b/.idea/modules/mobibot_test.iml @@ -1,5 +1,5 @@ - + @@ -18,20 +18,17 @@ - - - - - - + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 128d696..ee895e3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,3 @@ -buildscript { - repositories { - mavenCentral() - } - dependencies { - classpath 'com.coders-kitchen:compileonlyplugin:1.0.0' - } -} - plugins { id "com.ewerk.gradle.plugins.annotation-processor" version "1.0.2" id "com.github.ben-manes.versions" version "0.12.0" @@ -15,7 +6,6 @@ plugins { apply plugin: 'java' apply plugin: 'idea' apply plugin: 'application' -apply plugin: 'compileOnly' defaultTasks 'deploy' diff --git a/mobibot.ipr b/mobibot.ipr index d69d43e..cdc8c10 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -406,13 +406,13 @@ - + - + - + @@ -577,6 +577,15 @@ + + + + + + + + +