Skip to content

Commit 3e890af

Browse files
committed
chore: rename project name to reduce confuse in GitHub Release
1 parent 7b8e88a commit 3e890af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fun prop(name: String): String =
5454
extra.properties[name] as? String
5555
?: error("Property `$name` is not defined in gradle.properties")
5656

57-
val basePluginArchiveName = "intellij-autodev"
57+
val basePluginArchiveName = "autodev-jetbrains"
5858

5959
val javaScriptPlugins = listOf("JavaScript")
6060
val pycharmPlugins = listOf("PythonCore")

0 commit comments

Comments
 (0)