Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
VISHNUVISHAL11 authored Apr 22, 2024
1 parent 3b34dfd commit 3134d81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ tasks {
targetCompatibility = "17"
}

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

signPlugin {
certificateChain.set(System.getenv("CERTIFICATE_CHAIN"))
privateKey.set(System.getenv("PRIVATE_KEY"))
Expand Down

0 comments on commit 3134d81

Please sign in to comment.