Skip to content

Commit

Permalink
chore: downgrade minimum java version for sources/building/runtime/do…
Browse files Browse the repository at this point in the history
…cs to 8
  • Loading branch information
bpossolo committed Nov 28, 2023
1 parent 8146196 commit 7e940cb
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 @@ -53,7 +53,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<java.version>1.8</java.version>
</properties>

<build>
Expand Down Expand Up @@ -91,7 +91,7 @@
<version>3.11.0</version>
<configuration>
<source>${java.version}</source>
<target>1.8</target>
<target>${java.version}</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 7e940cb

Please sign in to comment.