Restore task dependency which is needed to run the plugin correctly
This commit is contained in:
@@ -15,7 +15,7 @@ dependencies {
|
|||||||
|
|
||||||
|
|
||||||
val runIde by task<JavaExec> {
|
val runIde by task<JavaExec> {
|
||||||
dependsOn(":dist", ":prepare:idea-plugin:idea-plugin")
|
dependsOn(":dist", ":prepare:idea-plugin:idea-plugin", ":ideaPlugin")
|
||||||
|
|
||||||
classpath = the<JavaPluginConvention>().sourceSets["main"].runtimeClasspath
|
classpath = the<JavaPluginConvention>().sourceSets["main"].runtimeClasspath
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ dependencies {
|
|||||||
|
|
||||||
|
|
||||||
val runUltimate by task<JavaExec> {
|
val runUltimate by task<JavaExec> {
|
||||||
dependsOn(":dist", ":prepare:idea-plugin:idea-plugin", ":ultimate:idea-ultimate-plugin")
|
dependsOn(":dist", ":prepare:idea-plugin:idea-plugin", ":ideaPlugin", ":ultimate:idea-ultimate-plugin")
|
||||||
|
|
||||||
classpath = the<JavaPluginConvention>().sourceSets["main"].runtimeClasspath
|
classpath = the<JavaPluginConvention>().sourceSets["main"].runtimeClasspath
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user