Skip to content

Commit 88e031e

Browse files
committed
revert plugin renaming in this branch
1 parent 33e3810 commit 88e031e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ apply plugin: 'org.jetbrains.intellij'
7979
intellij {
8080
version = idea_version
8181
type = System.getenv().getOrDefault('IDEA_TYPE', 'IC')
82-
pluginName = 'CSV Editor'
82+
pluginName = 'CSVEditor'
8383
updateSinceUntilBuild = true
8484
sameSinceUntilBuild = true
8585
downloadSources = Boolean.parseBoolean(System.getenv().getOrDefault('IDEA_SOURCES', "true"))

0 commit comments

Comments
 (0)