Skip to content

Commit

Permalink
added untilBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy committed Nov 21, 2024
1 parent 4e9455c commit bd5e1c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.padya"
version = "1.2"
version = "1.3"

repositories {
mavenCentral()
Expand All @@ -32,6 +32,7 @@ tasks {

patchPluginXml {
sinceBuild.set("232")
untilBuild.set(provider { null })
}

signPlugin {
Expand Down

0 comments on commit bd5e1c8

Please sign in to comment.