Closed spriadka closed 1 year ago
@spriadka do you have more info to this one? afaict there should be formatter.xml based on which all is formatted and no changes should occur.
@spriadka I did some tries and the only needed change is to the impsort plugin to add:
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
however no other code changes are needed.
@spriadka I'll replace this PR by https://github.com/xtf-cz/xtf/pull/544 . I don't see any format changes needed as you have and actually I get opposite format changes on this branch.
okay @mnovak1 , I'll close this one then
Changes needed to compile the project on Maven
3.9
+ with JDK8 & 11.Please make sure your PR meets the following requirements: