Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Dec 18, 2023
1 parent bbe7848 commit c58cdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ integTest {
}
}

// Set up integration test clusters, installs all zipArchive dependencies and Flow Framework
// Set up integration test clusters, installs all zipArchive dependencies and this plugin
testClusters.integTest {
testDistribution = "ARCHIVE"

Expand All @@ -282,7 +282,7 @@ testClusters.integTest {
}))
}

// Install Flow Framwork Plugin on integTest cluster nodes
// Install skills plugin on integTest cluster nodes
plugin(project.tasks.bundlePlugin.archiveFile)

// Cluster shrink exception thrown if we try to set numberOfNodes to 1, so only apply if > 1
Expand Down

0 comments on commit c58cdc8

Please sign in to comment.