Skip to content

Commit

Permalink
#931 re-enable patch plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Apr 8, 2024
1 parent f3e2a75 commit 06451e2
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 @@ -129,8 +129,8 @@ intellij {
buildPlugin { enabled = true }
downloadRobotServerPlugin { enabled = true }
jarSearchableOptions { enabled = true }
patchPluginXml { enabled = false }
listProductsReleases { enabled = false }
patchPluginXml { enabled = true }
//listProductsReleases { enabled = false }
prepareSandbox { enabled = true }
prepareTestingSandbox { enabled = true }
prepareUiTestingSandbox { enabled = true }
Expand Down

0 comments on commit 06451e2

Please sign in to comment.