You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@
6
6
A maven plugin that automatically deploys [google-java-format](https://github.com/google/google-java-format) code formatter as a `pre-commit` git hook.
7
7
On commit, the hook will automatically format staged java files.
8
8
9
+
### Breaking changes between 2.x and 3.x
10
+
11
+
*[#64](https://github.com/Cosium/git-code-format-maven-plugin/issues/64)`google-java-format 1.8`[dropped support for java 8](https://github.com/google/google-java-format/releases/tag/google-java-format-1.8).
12
+
The minimum supported runtime version for the plugin is JDK 11.
13
+
9
14
### Breaking changes between 1.x and 2.x
10
15
11
16
*[#37](https://github.com/Cosium/git-code-format-maven-plugin/issues/37) To prevent conflicts with other plugins all keys are now
0 commit comments