Fix publishing problem

This commit is contained in:
Ilya Chernikov
2017-12-11 16:56:58 +01:00
committed by Vyacheslav Gerasimov
parent 7e21573cf4
commit fbbece3c86
4 changed files with 3 additions and 1 deletions
@@ -26,6 +26,7 @@ dependencies {
compileOnly("kotlin.build.custom.deps:intellij-core:${rootProject.ext["versions.intellijSdk"]}") {
artifact {
name = 'intellij-core'
type = 'jar'
extension = 'jar'
}
}