From 1fcf8a5587981ffcab197204e86ff962a7b83ee1 Mon Sep 17 00:00:00 2001 From: Vadim Brilyantov Date: Thu, 13 Dec 2018 20:10:04 +0300 Subject: [PATCH] add 173 bunch for build_gradle_kts of usage-statistics --- usage-statistics/build.gradle.kts.173 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 usage-statistics/build.gradle.kts.173 diff --git a/usage-statistics/build.gradle.kts.173 b/usage-statistics/build.gradle.kts.173 new file mode 100644 index 00000000000..c9081cdbd4d --- /dev/null +++ b/usage-statistics/build.gradle.kts.173 @@ -0,0 +1,20 @@ + +plugins { + kotlin("jvm") + id("jps-compatible") +} + +jvmTarget = "1.6" + +dependencies { + compile(intellijDep()) { + isTransitive = false + } +} + +sourceSets { + "main" { projectDefault() } + "test" {} +} + +ideaPlugin()