Skip to content

Commit

Permalink
Update to Java 17 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival authored Nov 14, 2024
1 parent 562fb56 commit f8b5dab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>

<junit.version>5.9.1</junit.version>
<slf4j.version>2.0.4</slf4j.version>
Expand Down Expand Up @@ -458,8 +458,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<source>11</source>
<release>11</release>
<source>17</source>
<release>17</release>
<doclint>-missing</doclint>
<quiet>true</quiet>
<detectOfflineLinks>false</detectOfflineLinks>
Expand Down Expand Up @@ -566,12 +566,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.22</version>
<version>1.23</version>
<configuration>
<signature>
<groupId>net.sf.androidscents.signature</groupId>
<artifactId>android-api-level-26</artifactId>
<version>8.0.0_r2</version>
<groupId>com.toasttab.android</groupId>
<artifactId>gummy-bears-api-26</artifactId>
<version>0.10.0</version>
</signature>
</configuration>
<executions>
Expand Down

0 comments on commit f8b5dab

Please sign in to comment.