Skip to content

Commit

Permalink
Specify JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 7, 2024
1 parent 6791171 commit 7d6cd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jmutnum
[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jmutnum/com.io7m.jmutnum.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jmutnum%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jmutnum/com.io7m.jmutnum?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jmutnum/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/jmutnum.svg?style=flat-square)](https://codecov.io/gh/io7m-com/jmutnum)
![Java Version](https://img.shields.io/badge/21-java?label=java&color=e6c35c)
![Java Version](https://img.shields.io/badge/17-java?label=java&color=e65cc3)

![com.io7m.jmutnum](./src/site/resources/jmutnum.jpg?raw=true)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<properties>
<!-- Configuration -->
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
<io7m.org.immutables.version>2.10.1</io7m.org.immutables.version>
</properties>

Expand Down

0 comments on commit 7d6cd0b

Please sign in to comment.