Skip to content

Commit

Permalink
changing testDistribution to ARCHIVE (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <lnse@amazon.com>
  • Loading branch information
sejli authored Jul 31, 2023
1 parent 64355c7 commit ae4088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ integTest {
}

testClusters.integTest {
testDistribution = "INTEG_TEST"
testDistribution = "ARCHIVE"

// This installs our plugin into the testClusters
plugin(project.tasks.bundlePlugin.archiveFile)
Expand Down

0 comments on commit ae4088e

Please sign in to comment.