IDEA: fix running dev server. Fix #679

This commit is contained in:
Alexey Andreev 2023-04-02 19:47:51 +02:00
parent 9201d16853
commit 9676b2a238
2 changed files with 2 additions and 2 deletions

View File

@ -70,5 +70,5 @@ version.ref = "shadow"
[plugins] [plugins]
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" } shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
intellij = { id = "org.jetbrains.intellij", version = "1.13.1" } intellij = { id = "org.jetbrains.intellij", version = "1.13.3" }
pluginPublish = { id = "com.gradle.plugin-publish", version = "1.1.0" } pluginPublish = { id = "com.gradle.plugin-publish", version = "1.1.0" }

View File

@ -40,7 +40,7 @@ tasks {
sinceBuild.set("201") sinceBuild.set("201")
untilBuild.set("231.*") untilBuild.set("231.*")
} }
jar { instrumentedJar {
archiveFileName.set("teavm-plugin.jar") archiveFileName.set("teavm-plugin.jar")
} }
buildSearchableOptions { buildSearchableOptions {