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
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,30 +6,6 @@
6
6
A maven plugin that automatically deploys code formatters as `pre-commit` git hook.
7
7
On commit, the hook will automatically format staged files.
8
8
9
-
# Breaking changes between 4.x and 5.x
10
-
11
-
* If the plugin runs without any formatter dependency, it will fail. This is done to prevent silent misconfiguration from happening.
12
-
13
-
# Breaking changes between 3.x and 4.x
14
-
15
-
*`Google Java Format` is not enabled by default anymore. `com.cosium.code:google-java-format` must be added as a dependency to the plugin to keep using it.
16
-
*`Google Java Format` options declaration structure has changed. You will need to migrate any eventual existing declaration to the new structure described by [the google-java-format-options chapter](#google-java-format-options) .
17
-
18
-
# Breaking changes between 2.x and 3.x
19
-
20
-
*[#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).
21
-
The minimum supported runtime version for the plugin is JDK 11. i.e. Maven must run on JDK 11+ while the target project can still be built and run using JDK 8.
22
-
23
-
# Breaking changes between 1.x and 2.x
24
-
25
-
*[#37](https://github.com/Cosium/git-code-format-maven-plugin/issues/37) To prevent conflicts with other plugins all keys are now
26
-
prefixed with `gcf`. e.g. `-DglobPattern=**/*` becomes `-Dgcf.globPattern=**/*`
27
-
*[#38](https://github.com/Cosium/git-code-format-maven-plugin/issues/38) To avoid infringement to Apache Maven Trademark,
28
-
the plugin was renamed to `git-code-format-maven-plugin`. Its new coordinates are
29
-
`com.cosium.code:git-code-format-maven-plugin`.
30
-
31
-
`1.x` documentation can be found [here](https://github.com/Cosium/git-code-format-maven-plugin/blob/1.39/README.md)
0 commit comments