Skip to content

Commit

Permalink
Fix file test & dubbo-all-shaded
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Sep 5, 2024
1 parent 3aaa8be commit f37120c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,9 @@ void checkDubboAllNettyShade() throws DocumentException {

Assertions.assertTrue(
expectedArtifactIds.isEmpty(),
"Newly created modules must be added to dubbo-all-shaded (dubbo-distribution" + File.separator + "dubbo-all-shaded"
+ File.separator + "pom.xml in shade plugin). Found modules: " + expectedArtifactIds);
"Newly created modules must be added to dubbo-all-shaded (dubbo-distribution" + File.separator
+ "dubbo-all-shaded" + File.separator + "pom.xml in shade plugin). Found modules: "
+ expectedArtifactIds);

List<String> unexpectedArtifactIds = new LinkedList<>(artifactIdsInDubboAll);
unexpectedArtifactIds.removeIf(artifactId -> !artifactIds.contains(artifactId));
Expand Down

0 comments on commit f37120c

Please sign in to comment.