Fix after rebase - adapting to the new idea plugin handling scheme
This commit is contained in:
@@ -49,8 +49,6 @@ javadocJar()
|
||||
|
||||
dist()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
projectTest {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
@@ -22,5 +22,3 @@ sourceSets {
|
||||
|
||||
runtimeJar()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
|
||||
@@ -78,6 +78,7 @@ val projectsToShadow by extra(listOf(
|
||||
":kotlin-noarg-compiler-plugin",
|
||||
":kotlin-sam-with-receiver-compiler-plugin",
|
||||
":kotlin-scripting-idea",
|
||||
":kotlin-scripting-compiler-impl",
|
||||
":kotlinx-serialization-compiler-plugin",
|
||||
":kotlinx-serialization-ide-plugin",
|
||||
":idea:idea-android",
|
||||
|
||||
Reference in New Issue
Block a user