We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87df1a2 commit 210caacCopy full SHA for 210caac
pom.xml
@@ -42,12 +42,21 @@
42
<groupId>org.springframework.boot</groupId>
43
<artifactId>spring-boot-maven-plugin</artifactId>
44
</plugin>
45
+ <plugin>
46
+ <groupId>org.apache.maven.plugins</groupId>
47
+ <artifactId>maven-compiler-plugin</artifactId>
48
+ <version>3.13.0</version>
49
+ <configuration>
50
+ <source>${java.version}</source>
51
+ <target>${java.version}</target>
52
+ </configuration>
53
+ </plugin>
54
<plugin>
55
<groupId>org.apache.maven.plugins</groupId>
56
<artifactId>maven-javadoc-plugin</artifactId>
57
<version>3.4.0</version>
58
<configuration>
- <source>21</source>
59
60
<encoding>UTF-8</encoding>
61
<docencoding>UTF-8</docencoding>
62
<charset>UTF-8</charset>
0 commit comments