Skip to content

Commit

Permalink
1.9: Set unlimited untilBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarimullin committed Oct 9, 2024
1 parent dce49a6 commit 8b9c7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.github.texhnolyzze"
version = "1.8"
version = "1.9"

repositories {
mavenCentral()
Expand Down Expand Up @@ -32,7 +32,7 @@ tasks {

patchPluginXml {
sinceBuild.set("232")
untilBuild.set("241.*")
untilBuild.set("")
}

signPlugin {
Expand Down

0 comments on commit 8b9c7d9

Please sign in to comment.