Build: Add maven publication for Kotlin plugin artifacts
This commit is contained in:
@@ -7,15 +7,16 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(project(":plugins:android-extensions-compiler"))
|
||||
|
||||
testRuntime(intellijDep())
|
||||
|
||||
compile(project(":compiler:util"))
|
||||
compile(project(":compiler:light-classes"))
|
||||
compile(project(":idea:idea-core"))
|
||||
compile(project(":idea"))
|
||||
compile(project(":idea:idea-jvm"))
|
||||
compile(project(":idea:idea-gradle"))
|
||||
compile(project(":plugins:android-extensions-compiler"))
|
||||
compileOnly(project(":compiler:util"))
|
||||
compileOnly(project(":compiler:light-classes"))
|
||||
compileOnly(project(":idea:idea-core"))
|
||||
compileOnly(project(":idea"))
|
||||
compileOnly(project(":idea:idea-jvm"))
|
||||
compileOnly(project(":idea:idea-gradle"))
|
||||
compileOnly(project(":kotlin-android-extensions-runtime"))
|
||||
compileOnly(intellijPluginDep("android"))
|
||||
compileOnly(intellijPluginDep("Groovy"))
|
||||
@@ -85,3 +86,5 @@ projectTest(parallel = true) {
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
Reference in New Issue
Block a user