Skip to content

Commit

Permalink
[FLINK-23001][build] Re-enable Scala suffix check for avro-glue-regis…
Browse files Browse the repository at this point in the history
…try module

This closes apache#16247
  • Loading branch information
StephanEwen committed Jun 23, 2021
1 parent 4985672 commit 1014636
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ private static Collection<String> checkScalaSuffixes(
final Collection<String> excludedModules = new ArrayList<>();
excludedModules.add("flink-docs");
excludedModules.addAll(getEndToEndTestModules(flinkRootPath));
// temporary; see FLINK-23001
excludedModules.add("flink-avro-glue-schema-registry");

for (String excludedModule : excludedModules) {
parseResult.getCleanModules().remove(excludedModule);
Expand Down

0 comments on commit 1014636

Please sign in to comment.