From cfb550ca5d8898c4748a9fa23d6db0133097f347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20B=C5=82achut?= Date: Sun, 2 Aug 2020 12:55:23 +0200 Subject: [PATCH] Bump pluginUntilBuild to 202.* in template cleanup Using template overwrites `gradle.properties`, cleanup makes plugin unusable in current platform --- .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 44966a9..b3ca0f8 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -5,7 +5,7 @@ pluginGroup = %GROUP% pluginName = %NAME% pluginVersion = 0.0.1 pluginSinceBuild = 193 -pluginUntilBuild = 201.* +pluginUntilBuild = 202.* platformType = IC platformVersion = 2019.3