File tree Expand file tree Collapse file tree 1 file changed +36
-35
lines changed
Expand file tree Collapse file tree 1 file changed +36
-35
lines changed Original file line number Diff line number Diff line change 102102 </dependencies >
103103 <build >
104104 <plugins >
105- <plugin >
106- <groupId >org.apache.maven.plugins</groupId >
107- <artifactId >maven-surefire-plugin</artifactId >
108- <configuration >
109- <argLine >@{argLine} --enable-preview</argLine >
110- </configuration >
111- </plugin >
112- <plugin >
113- <groupId >org.springframework.boot</groupId >
114- <artifactId >spring-boot-maven-plugin</artifactId >
115- </plugin >
116- <plugin >
117- <groupId >com.spotify.fmt</groupId >
118- <artifactId >fmt-maven-plugin</artifactId >
119- <version >2.21</version >
120- <configuration >
121- <skipSortingImports >true</skipSortingImports >
122- </configuration >
123- <executions >
124- <execution >
125- <goals >
126- <goal >format</goal >
127- </goals >
128- </execution >
129- </executions >
130- </plugin >
131- <plugin >
132- <groupId >org.apache.maven.plugins</groupId >
133- <artifactId >maven-compiler-plugin</artifactId >
134- <configuration >
135- <compilerArgs >
136- <arg >--enable-preview</arg >
137- </compilerArgs >
138- </configuration >
139- </plugin >
105+ <plugin >
106+ <groupId >org.apache.maven.plugins</groupId >
107+ <artifactId >maven-surefire-plugin</artifactId >
108+ <configuration >
109+ <argLine >@{argLine} --enable-preview</argLine >
110+ </configuration >
111+ </plugin >
112+ <plugin >
113+ <groupId >org.springframework.boot</groupId >
114+ <artifactId >spring-boot-maven-plugin</artifactId >
115+ </plugin >
116+ <plugin >
117+ <groupId >com.spotify.fmt</groupId >
118+ <artifactId >fmt-maven-plugin</artifactId >
119+ <version >2.21</version >
120+ <configuration >
121+ <skipSortingImports >true</skipSortingImports >
122+ </configuration >
123+ <executions >
124+ <execution >
125+ <goals >
126+ <goal >format</goal >
127+ </goals >
128+ </execution >
129+ </executions >
130+ </plugin >
131+ <plugin >
132+ <groupId >org.apache.maven.plugins</groupId >
133+ <artifactId >maven-compiler-plugin</artifactId >
134+ <configuration >
135+ <compilerArgs >
136+ <arg >--enable-preview</arg >
137+ </compilerArgs >
138+ </configuration >
139+ </plugin >
140+ </plugins >
140141 </build >
141142</project >
You can’t perform that action at this time.
0 commit comments