Skip to content

Commit

Permalink
Configure plugin verifier IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
YiiGuxing committed Aug 15, 2023
1 parent 22ec643 commit 215cc93
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 @@ -145,6 +145,11 @@ tasks {
}
}

// Validate plugin starting from version 2022.3.3 to save disk space
listProductsReleases {
sinceVersion = "2022.3.3"
}

signPlugin {
certificateChain = environment("CERTIFICATE_CHAIN")
privateKey = environment("PRIVATE_KEY")
Expand Down

0 comments on commit 215cc93

Please sign in to comment.