Skip to content

Commit d7b13cd

Browse files
committed
updated readme and plugin version
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 11a7b60 commit d7b13cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ git clone https://github.com/serverlessworkflow/sdk-java.git
3434
mvn 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+
3740
To use it in your projects you can:
3841

3942
#### Maven projects:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
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>

0 commit comments

Comments
 (0)