We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4006bc0 commit 3d18992Copy full SHA for 3d18992
1 file changed
proyecto/backend-rest/es.um.sisdist.backend.Service/pom.xml
@@ -4,6 +4,10 @@
4
<artifactId>Service</artifactId>
5
<packaging>war</packaging>
6
<version>0.0.1-SNAPSHOT</version>
7
+ <properties>
8
+ <maven.compiler.source>17</maven.compiler.source>
9
+ <maven.compiler.target>17</maven.compiler.target>
10
+ </properties>
11
<build>
12
<sourceDirectory>src</sourceDirectory>
13
<testSourceDirectory>tests</testSourceDirectory>
0 commit comments