Skip to content

Commit

Permalink
Removed plugin ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Oct 12, 2023
1 parent 1d740df commit 0ef9df8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ testClusters.integTest {

// This installs our plugin into the testClusters
plugin(project.tasks.bundlePlugin.archiveFile)
nodes.each { node ->
def plugins = node.plugins
def firstPlugin = plugins.get(0)
plugins.remove(0)
plugins.add(firstPlugin)
}
}

run {
Expand Down

0 comments on commit 0ef9df8

Please sign in to comment.