File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 5353 <artifactId>native-maven-plugin</artifactId>
5454 </plugin> -->
5555 <plugin >
56- <groupId >org.springframework.boot</groupId >
57- <artifactId >spring-boot-maven-plugin</artifactId >
56+ <groupId >org.apache.maven.plugins</groupId >
57+ <artifactId >maven-compiler-plugin</artifactId >
58+ <version >3.8.1</version >
59+ <configuration >
60+ <source >11</source >
61+ <target >11</target >
62+ </configuration >
5863 </plugin >
5964 <plugin >
60- <groupId >org.codehaus.mojo</groupId >
61- <artifactId >exec-maven-plugin</artifactId >
62- <version >3.0.0</version >
63- <configuration >
64- <mainClass >com.test.HelloWorldApp.HelloWorldAppApplication</mainClass >
65- </configuration >
65+ <groupId >org.springframework.boot</groupId >
66+ <artifactId >spring-boot-maven-plugin</artifactId >
6667 </plugin >
6768 </plugins >
6869 </build >
You can’t perform that action at this time.
0 commit comments