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 28
28
compile_and_test :
29
29
strategy :
30
30
matrix :
31
- flink : [ 1.20.1 ]
31
+ flink : [ 1.20-SNAPSHOT ]
32
32
jdk : [ '11, 17, 21' ]
33
33
uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
34
34
with :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ scalastyle-output.xml
16
16
filter.properties
17
17
logs.zip
18
18
.mvn /wrapper /* .jar
19
+ .mvn /maven.config
19
20
target
20
21
tmp
21
22
target
Original file line number Diff line number Diff line change @@ -391,23 +391,21 @@ under the License.
391
391
<artifactId >japicmp-maven-plugin</artifactId >
392
392
</plugin >
393
393
394
- <plugin >
395
- <groupId >org.apache.rat</groupId >
396
- <artifactId >apache-rat-plugin</artifactId >
397
- <inherited >false</inherited >
398
- </plugin >
399
394
<plugin >
400
395
<groupId >org.apache.maven.plugins</groupId >
401
396
<artifactId >maven-checkstyle-plugin</artifactId >
402
397
</plugin >
398
+
403
399
<plugin >
404
400
<groupId >com.diffplug.spotless</groupId >
405
401
<artifactId >spotless-maven-plugin</artifactId >
406
402
</plugin >
403
+
407
404
<plugin >
408
405
<groupId >org.apache.maven.plugins</groupId >
409
406
<artifactId >maven-compiler-plugin</artifactId >
410
407
</plugin >
408
+
411
409
<plugin >
412
410
<groupId >org.apache.maven.plugins</groupId >
413
411
<artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments