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