We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8e88a commit 3e890afCopy full SHA for 3e890af
build.gradle.kts
@@ -54,7 +54,7 @@ fun prop(name: String): String =
54
extra.properties[name] as? String
55
?: error("Property `$name` is not defined in gradle.properties")
56
57
-val basePluginArchiveName = "intellij-autodev"
+val basePluginArchiveName = "autodev-jetbrains"
58
59
val javaScriptPlugins = listOf("JavaScript")
60
val pycharmPlugins = listOf("PythonCore")
0 commit comments