JPS build: add idea settings to build.gradle.kts

#KT-29323 Fixed
This commit is contained in:
Sergey Rostov
2019-01-16 19:00:21 +03:00
parent 21ae6e272d
commit f2fd28e84f
2 changed files with 40 additions and 0 deletions
+3
View File
@@ -87,6 +87,7 @@ repositories {
jcenter()
maven("https://jetbrains.bintray.com/intellij-third-party-dependencies/")
maven("https://plugins.gradle.org/m2/")
}
dependencies {
@@ -97,6 +98,8 @@ dependencies {
compile("com.github.jengelman.gradle.plugins:shadow:${property("versions.shadow")}")
compile("org.jetbrains.intellij.deps:asm-all:7.0")
compile("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:0.4.2")
}
samWithReceiver {