From c19d62af7369727a5a6c278e2e18fa65ee6ee705 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Tue, 10 Sep 2019 22:32:54 +0900 Subject: [PATCH] Pill: Disable Pill for benchmarks module --- benchmarks/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/build.gradle.kts b/benchmarks/build.gradle.kts index 75accc53830..3dec72b854f 100644 --- a/benchmarks/build.gradle.kts +++ b/benchmarks/build.gradle.kts @@ -24,7 +24,6 @@ apply(plugin = "kotlinx.benchmark") plugins { java kotlin("jvm") - id("jps-compatible") } repositories {