From 1a516e8303e09e5fc68759679d84cca97b8bf3a9 Mon Sep 17 00:00:00 2001 From: Pavel Annin Date: Sun, 3 Mar 2024 09:35:54 +0300 Subject: [PATCH] release template plugin 1.0.2 --- plugins/template/build.gradle.kts | 11 ++++++++++- .../template/src/main/resources/META-INF/plugin.xml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/plugins/template/build.gradle.kts b/plugins/template/build.gradle.kts index 1aa2c48..03179b6 100644 --- a/plugins/template/build.gradle.kts +++ b/plugins/template/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "io.github.pavelannin.keemun.template" -version = "1.0.0" +version = "1.0.2" // Required as the "intellij" plugin is overriding the repositories from "settings.gradle" repositories { @@ -15,6 +15,15 @@ repositories { intellij { pluginName = "Keemun Template" version = "2023.1.1" + updateSinceUntilBuild.set(true) type = "IC" plugins.set(listOf("android")) } + +tasks { + patchPluginXml { + version.set("1.0.2") + sinceBuild.set("231") + untilBuild.set("241.*") + } +} diff --git a/plugins/template/src/main/resources/META-INF/plugin.xml b/plugins/template/src/main/resources/META-INF/plugin.xml index b8d6500..a514b44 100644 --- a/plugins/template/src/main/resources/META-INF/plugin.xml +++ b/plugins/template/src/main/resources/META-INF/plugin.xml @@ -3,7 +3,7 @@ Keemun Template Pavel Annin - This plugin allows you to create features from templates + Keemun plugin template, which will help you to create new components com.intellij.modules.platform org.jetbrains.android