Skip to content

Commit

Permalink
rise java build requirement to v11 (due to mockito) (#277)
Browse files Browse the repository at this point in the history
plugin still works in 1.8 projects
  • Loading branch information
longtimeago authored Oct 1, 2024
1 parent c1413c1 commit d64a04d
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 @@ -100,8 +100,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<httpclient.version>4.5.14</httpclient.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.version>3.2.5</maven.version>
</properties>

Expand Down

0 comments on commit d64a04d

Please sign in to comment.