From df3aa48c9b8a5d0215a1122a886b0320f4389cdf Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Wed, 20 Feb 2019 21:20:46 +0300 Subject: [PATCH] Build: Apply java plugin in kotlin-annotation-processing-embeddable Otherwise artifact signature works incorrectly for this project --- .../kotlin-annotation-processing-embeddable/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare/kotlin-annotation-processing-embeddable/build.gradle.kts b/prepare/kotlin-annotation-processing-embeddable/build.gradle.kts index 59fe09b3001..85d2fa287e2 100644 --- a/prepare/kotlin-annotation-processing-embeddable/build.gradle.kts +++ b/prepare/kotlin-annotation-processing-embeddable/build.gradle.kts @@ -5,7 +5,7 @@ import org.gradle.jvm.tasks.Jar description = "Annotation Processor for Kotlin (for using with embeddable compiler)" plugins { - `java-base` + `java` } val packedJars by configurations.creating