Skip to content

Commit

Permalink
support java 8 in pom.xml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jun 25, 2024
1 parent f0a37dd commit 8d13951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/g8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>0.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<pekko.version>$pekko_version$</pekko.version>
<pekko.grpc.version>$pekko_grpc_version$</pekko.grpc.version>
<scala.binary.version>$scala_major_version$</scala.binary.version>
Expand Down

0 comments on commit 8d13951

Please sign in to comment.