We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe9181 commit 9d134cbCopy full SHA for 9d134cb
CryptoX-Android-Automation/CryptoX-Android/pom.xml
@@ -10,7 +10,7 @@
10
<name>my-selenium-project</name>
11
<url>http://maven.apache.org</url>
12
13
- <!-- Set the properties to use Java 17 -->
+ <!-- Set the properties to use Java 11 -->
14
<properties>
15
<maven.compiler.source>11</maven.compiler.source>
16
<maven.compiler.target>11</maven.compiler.target>
@@ -19,7 +19,7 @@
19
20
<build>
21
<plugins>
22
- <!-- Maven Compiler Plugin to use Java 17 with preview features -->
+ <!-- Maven Compiler Plugin to use Java 11 with preview features -->
23
<plugin>
24
<groupId>org.apache.maven.plugins</groupId>
25
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments