From 80ae80dc54c20af971f74aed29e6e2fe1fbff846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Ha=C3=9Flinger?= Date: Tue, 7 Dec 2021 11:24:28 +0100 Subject: [PATCH] change platformVersion to the latest version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5ddf786..3d5d1ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ pluginUntilBuild = 213.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC -platformVersion = 2020.3.4 +platformVersion = 2021.3 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22