Skip to content

Commit e1f537e

Browse files
authored
Merge pull request #76 from tls-attacker/updateLicenseHeadersJava11
Updated license headers and java version to java 11
2 parents e9c10cf + 4f3512c commit e1f537e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,10 @@
208208
<artifactId>maven-javadoc-plugin</artifactId>
209209
<version>3.2.0</version>
210210
<configuration>
211-
<source>8</source>
211+
<source>11</source>
212+
<javadocExecutable>
213+
${java.home}/bin/javadoc
214+
</javadocExecutable>
212215
</configuration>
213216
<executions>
214217
<execution>
@@ -258,8 +261,8 @@
258261
<artifactId>maven-compiler-plugin</artifactId>
259262
<version>3.8.1</version>
260263
<configuration>
261-
<source>8</source>
262-
<target>8</target>
264+
<source>11</source>
265+
<target>11</target>
263266
</configuration>
264267
</plugin>
265268
</plugins>

0 commit comments

Comments
 (0)