Changed to compileOnly dependencies.

This commit is contained in:
Erik C. Thauvin 2016-06-30 11:47:25 -07:00
parent 7c42064561
commit b120e1da87
6 changed files with 26 additions and 29 deletions

View file

@ -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'