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
34
34
mvn clean install
35
35
```
36
36
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
+
37
40
To use it in your projects you can:
38
41
39
42
#### Maven projects:
Original file line number Diff line number Diff line change 63
63
<version .thymeleaf>3.0.11.RELEASE</version .thymeleaf>
64
64
<version .plantuml>8059</version .plantuml>
65
65
<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>
67
67
68
68
<!-- Checkstyle props -->
69
69
<checkstyle .failOnViolation>true</checkstyle .failOnViolation>
You can’t perform that action at this time.
0 commit comments