Build: Fix compatibility with shadow plugin

Apply java-base plugin since shadow task requires sourcesets
This commit is contained in:
Vyacheslav Gerasimov
2018-11-28 17:31:57 +03:00
parent df9ca1b6d9
commit d32f6fb382
2 changed files with 4 additions and 2 deletions
@@ -4,7 +4,9 @@ import org.gradle.jvm.tasks.Jar
description = "Annotation Processor for Kotlin (for using with embeddable compiler)"
plugins { base }
plugins {
`java-base`
}
val packedJars by configurations.creating