Build: Fix compatibility with shadow plugin
Apply java-base plugin since shadow task requires sourcesets
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user