mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update pom.xml
This commit is contained in:
parent
3c0a5ff185
commit
69715f5659
1 changed files with 4 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -17,6 +17,9 @@
|
|||
|
||||
<properties>
|
||||
|
||||
<!-- Include additional directories -->
|
||||
<sonar.sources>src/main/java,src/main/resources</sonar.sources>
|
||||
|
||||
<!-- Generic properties -->
|
||||
<java.version>17</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
Loading…
Reference in a new issue