Rename kotlin-plugin project to idea-plugin
This commit is contained in:
@@ -92,7 +92,7 @@ dependencies {
|
||||
testRuntime(ideaUltimatePluginDeps("*.jar", plugin = "java-decompiler"))
|
||||
testRuntime(files("${System.getProperty("java.home")}/../lib/tools.jar"))
|
||||
|
||||
ideaCommunityPlugin(projectRuntimeJar(":prepare:kotlin-plugin"))
|
||||
ideaCommunityPlugin(projectRuntimeJar(":prepare:idea-plugin"))
|
||||
}
|
||||
|
||||
val preparedResources = File(buildDir, "prepResources")
|
||||
@@ -133,7 +133,7 @@ val preparePluginXml by task<Copy> {
|
||||
val jar = runtimeJar(task<ShadowJar>("shadowJar")) {
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
dependsOn(preparePluginXml)
|
||||
project(":prepare:kotlin-plugin").afterEvaluate {
|
||||
project(":prepare:idea-plugin").afterEvaluate {
|
||||
ideaCommunityPlugin.files.forEach {
|
||||
from(zipTree(it), { exclude("META-INF/plugin.xml") })
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
|
||||
|
||||
val runUltimate by task<JavaExec> {
|
||||
dependsOn(":dist", ":prepare:kotlin-plugin:idea-plugin", ":dist-plugin", ":ultimate:idea-ultimate-plugin")
|
||||
dependsOn(":dist", ":prepare:idea-plugin:idea-plugin", ":dist-plugin", ":ultimate:idea-ultimate-plugin")
|
||||
|
||||
classpath = the<JavaPluginConvention>().sourceSets["main"].runtimeClasspath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user