We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 651f6b6 + 8aeda23 commit 5a2c897Copy full SHA for 5a2c897
1 file changed
pom.xml
@@ -8,19 +8,9 @@
8
<artifactId>EventManager</artifactId>
9
<version>1.0-SNAPSHOT</version>
10
11
- <build>
12
- <plugins>
13
- <plugin>
14
- <groupId>org.apache.maven.plugins</groupId>
15
- <artifactId>maven-compiler-plugin</artifactId>
16
- <version>3.8.1</version>
17
-
18
- <configuration>
19
- <source>11</source>
20
- <target>11</target>
21
- </configuration>
22
- </plugin>
23
- </plugins>
24
- </build>
25
26
-</project>
+ <properties>
+ <!-- <maven.compiler.release>11</maven.compiler.release> -->
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
+ </properties>
+</project>
0 commit comments