Changed to compileOnly dependencies.
This commit is contained in:
parent
7c42064561
commit
b120e1da87
6 changed files with 26 additions and 29 deletions
10
build.gradle
10
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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue