Skip to content

Commit

Permalink
Compelted Task: Update the pom.xml file located at /workspace/ai-code…
Browse files Browse the repository at this point in the history
…-maintainer/repos/jsoup/pom.xml to set the Java version to 17. Specifically, update the maven-compiler-plugin configuration to use <source>17</source> and <target>17</target>.
  • Loading branch information
vinayak-sachdeva committed May 24, 2024
1 parent 1f1f72d commit 392c436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<execution>
<id>compile-java-8</id>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</execution>
<!-- There is a JDK 9+ profile execution below, which adds multi-release=true and compiles module-info -->
Expand Down

0 comments on commit 392c436

Please sign in to comment.