You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle.kts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ tasks {
122
122
untilBuild = properties("pluginUntilBuild")
123
123
124
124
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
125
-
pluginDescription ="AutoCRUD is a fully automated AI-assisted programming tool and an implementation of the DevTi Intellij IDE designed for use in-flight."
125
+
pluginDescription ="AutoDev is a fully automated AI-assisted programming tool and an implementation of the DevTi Intellij IDE designed for use in-flight."
126
126
val changelog = project.changelog // local variable for configuration cache compatibility
127
127
// Get the latest available change notes from the changelog file
0 commit comments