We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1d58a commit 356c630Copy full SHA for 356c630
.github/workflows/test.yml
@@ -31,7 +31,8 @@ jobs:
31
java-version: ${{ matrix.java }}
32
- name: Build with Maven
33
run: |
34
- ./set_formatting_off.sh
+ sed -i 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
35
+ sed -i 's/<!-- formatter_plugin_end -->/ formatter_plugin_end -->/g' pom.xml
36
mvn -B verify --file pom.xml
37
auto-merge:
38
needs: build
0 commit comments