File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 restore-keys : ${{ runner.os }}-m2
4646
4747 - name : Build with Maven
48- run : mvn -B package --file pom.xml
48+ run : mvn -B verify --file pom.xml -DargLine="--enable-preview"
Original file line number Diff line number Diff line change 4949 </dependencyManagement >
5050
5151 <build >
52+ <plugins >
53+ <plugin >
54+ <groupId >com.diffplug.spotless</groupId >
55+ <artifactId >spotless-maven-plugin</artifactId >
56+ <version >3.0.0</version >
57+ <configuration >
58+ <java >
59+ <eclipse />
60+ </java >
61+ </configuration >
62+ <executions >
63+ <execution >
64+ <phase >compile</phase >
65+ <goals >
66+ <goal >apply</goal >
67+ </goals >
68+ </execution >
69+ <execution >
70+ <phase >verify</phase >
71+ <goals >
72+ <goal >check</goal >
73+ </goals >
74+ </execution >
75+ </executions >
76+ </plugin >
77+ </plugins >
5278 <pluginManagement >
5379 <plugins >
5480 <plugin >
You can’t perform that action at this time.
0 commit comments