Skip to content

Commit

Permalink
remove scala2.11 (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Aug 27, 2023
1 parent 5ee6739 commit e851330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class EnvInitializer implements ApplicationRunner {

private static final Pattern PATTERN_FLINK_SHIMS_JAR =
Pattern.compile(
"^streampark-flink-shims_flink-(1.1[2-7])_(2.11|2.12)-(.*).jar$",
"^streampark-flink-shims_flink-(1.1[2-7])_(2.12)-(.*).jar$",
Pattern.CASE_INSENSITIVE | Pattern.DOTALL);

@Override
Expand Down

0 comments on commit e851330

Please sign in to comment.