Skip to content

Commit

Permalink
release template plugin 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelannin committed Mar 3, 2024
1 parent 4205335 commit 1a516e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion plugins/template/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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.*")
}
}
2 changes: 1 addition & 1 deletion plugins/template/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Keemun Template</name>
<vendor>Pavel Annin</vendor>

<description>This plugin allows you to create features from templates</description>
<description>Keemun plugin template, which will help you to create new components</description>

<depends>com.intellij.modules.platform</depends>
<depends>org.jetbrains.android</depends>
Expand Down

0 comments on commit 1a516e8

Please sign in to comment.