From cd3c77269309243fca78aa7fe9200ddacddfb9ab Mon Sep 17 00:00:00 2001 From: Jonathan Gafner Date: Sat, 16 Aug 2025 13:12:28 +0300 Subject: [PATCH] Fix typo in `uiPlatformBuildVersion` key in `gradle.properties`. --- .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 c930859..c5005ff 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -13,7 +13,7 @@ pluginSinceBuild = 243 platformType = IC platformVersion = 2024.3.6 # Intellij Platform UI Platform Build Version -> https://plugins.jetbrains.com/docs/intellij/integration-tests-ui.html -uiPlatformBuildVersio = 243.26574.91 +uiPlatformBuildVersion = 243.26574.91 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP