Skip to content

Commit

Permalink
fix: correctly unset untilBuild in intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangern committed Oct 11, 2024
1 parent d9380f0 commit 775cfc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ tasks {

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

signPlugin {
Expand Down

0 comments on commit 775cfc1

Please sign in to comment.