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
Link to a git repository that can be cloned to reproduce the problem:
Private repository, but if I'll manage to replicate it on a public repo, I'll add it in here.
Additional context
Being up to date with latest google-java-format version, saves clarifications when google-java-format IDE plugins or other formatting plugins 'change' formatting.
There is a formatting change around stram() which changed in google-java-format 1.8.
What steps will reproduce the problem?
Steps to reproduce the behavior:
What is the expected output?
No changes.
What happens instead?
Code got reformatted.
Environment:
Here's plugins configuration:
Link to a git repository that can be cloned to reproduce the problem:
Private repository, but if I'll manage to replicate it on a public repo, I'll add it in here.
Additional context
Being up to date with latest google-java-format version, saves clarifications when google-java-format IDE plugins or other formatting plugins 'change' formatting.
There is a formatting change around
stram()
which changed in google-java-format 1.8.For a test, I've upgraded google-java-format version (https://github.com/Cosium/git-code-format-maven-plugin/blob/master/pom.xml#L43) to
1.8
and1.9
and reformatted with snapshot build of git-code-format-maven-plugin and got same format as with the other plugin (spotless uses 1.9).Note that google-java-format requires JDK 11 at runtime.
The text was updated successfully, but these errors were encountered: