File tree 3 files changed +5
-11
lines changed
3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ branchProtectionRules:
11
11
- dependencies (8)
12
12
- dependencies (11)
13
13
- lint
14
- - clirr
15
14
- units (8)
16
15
- units (11)
17
16
- ' Kokoro - Test: Integration'
@@ -74,7 +73,6 @@ branchProtectionRules:
74
73
requiresStrictStatusChecks : false
75
74
requiredStatusCheckContexts :
76
75
- lint
77
- - clirr
78
76
- units (8)
79
77
- units (11)
80
78
- ' Kokoro - Test: Integration'
@@ -87,7 +85,6 @@ branchProtectionRules:
87
85
requiresStrictStatusChecks : false
88
86
requiredStatusCheckContexts :
89
87
- lint
90
- - clirr
91
88
- units (8)
92
89
- units (11)
93
90
- ' Kokoro - Test: Integration'
Original file line number Diff line number Diff line change 23
23
java-version : 11
24
24
distribution : zulu
25
25
- name : Compile Spanner
26
- run : mvn clean install
26
+ run : mvn clean install -Dclirr.skip=true
27
27
- uses : actions/setup-java@v3
28
28
with :
29
29
java-version : 8
44
44
java-version : ${{matrix.java}}
45
45
distribution : zulu
46
46
- name : Compile Spanner
47
- run : mvn clean install
47
+ run : mvn clean install -Dclirr.skip=true
48
48
- name : Compile samples
49
49
run : mvn compile
50
- working-directory : samples
50
+ working-directory : samples
Original file line number Diff line number Diff line change 4
4
5
5
set -e
6
6
7
- # Checks for:
8
- # - Formatting errors
9
- # - Clirr errors
10
- mvn com.coveo:fmt-maven-plugin:check clirr:check
11
-
7
+ # Checks for Formatting errors
8
+ mvn com.coveo:fmt-maven-plugin:check
You can’t perform that action at this time.
0 commit comments