Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 19, 2024
1 parent 0bf1b60 commit d7b0590
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class ReleaseManagementPluginTest {
Arguments.of("multi-module", listOf("module-1", "module-2")),
Arguments.of("single-module-gradle-6.8.3", listOf("single-module-gradle-6.8.3")),
Arguments.of("multi-module-4.10.3", listOf("module-3", "module-4")),
Arguments.of("multi-module-with-root-publish-4.10.3", listOf("multi-module-with-root-publish-4.10.3", "module-5")),
Arguments.of("legacy-staging-plugin", listOf("deployer-dsl-core", "deployer-dsl-file"))
Arguments.of("multi-module-with-root-publish-4.10.3", listOf("multi-module-with-root-publish-4.10.3", "module-5"))
// Arguments.of("legacy-staging-plugin", listOf("deployer-dsl-core", "deployer-dsl-file"))
)

@JvmStatic
Expand Down

0 comments on commit d7b0590

Please sign in to comment.