File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2828 compile_and_test :
2929 strategy :
3030 matrix :
31- flink : [ 1.20.1 ]
31+ flink : [ 1.20-SNAPSHOT ]
3232 jdk : [ '11, 17, 21' ]
3333 uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3434 with :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ scalastyle-output.xml
1616filter.properties
1717logs.zip
1818.mvn /wrapper /* .jar
19+ .mvn /maven.config
1920target
2021tmp
2122target
Original file line number Diff line number Diff line change @@ -391,23 +391,21 @@ under the License.
391391 <artifactId >japicmp-maven-plugin</artifactId >
392392 </plugin >
393393
394- <plugin >
395- <groupId >org.apache.rat</groupId >
396- <artifactId >apache-rat-plugin</artifactId >
397- <inherited >false</inherited >
398- </plugin >
399394 <plugin >
400395 <groupId >org.apache.maven.plugins</groupId >
401396 <artifactId >maven-checkstyle-plugin</artifactId >
402397 </plugin >
398+
403399 <plugin >
404400 <groupId >com.diffplug.spotless</groupId >
405401 <artifactId >spotless-maven-plugin</artifactId >
406402 </plugin >
403+
407404 <plugin >
408405 <groupId >org.apache.maven.plugins</groupId >
409406 <artifactId >maven-compiler-plugin</artifactId >
410407 </plugin >
408+
411409 <plugin >
412410 <groupId >org.apache.maven.plugins</groupId >
413411 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments