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 39aabc0 commit 3b34dfd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ 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 3b34dfd

Please sign in to comment.