File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ git clone https://github.com/serverlessworkflow/sdk-java.git
3434mvn clean install
3535```
3636
37+ The project uses [ Google's code styleguide] ( https://google.github.io/styleguide/javaguide.html ) .
38+ Your changes should be automatically formatted during the build.
39+
3740To use it in your projects you can:
3841
3942#### Maven projects:
Original file line number Diff line number Diff line change 6363 <version .thymeleaf>3.0.11.RELEASE</version .thymeleaf>
6464 <version .plantuml>8059</version .plantuml>
6565 <version .graphviz>0.17.0</version .graphviz>
66- <version .fmt-maven-plugin>2.12 </version .fmt-maven-plugin>
66+ <version .fmt-maven-plugin>2.9 </version .fmt-maven-plugin>
6767
6868 <!-- Checkstyle props -->
6969 <checkstyle .failOnViolation>true</checkstyle .failOnViolation>
You can’t perform that action at this time.
0 commit comments