From b21aed296e25192a37fa243d8a1cd50033bf82c5 Mon Sep 17 00:00:00 2001 From: Andrei Khodko Date: Sun, 13 Sep 2020 11:37:53 +0300 Subject: [PATCH] Update pluginName_ (#33) Template cleanup changes pluginName_ to pluginName, so it causes errors on building --- .github/template-cleanup/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index b3ca0f8..f505447 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -2,7 +2,7 @@ # -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html pluginGroup = %GROUP% -pluginName = %NAME% +pluginName_ = %NAME% pluginVersion = 0.0.1 pluginSinceBuild = 193 pluginUntilBuild = 202.*