This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch pjfanning-patch-1
in repository 
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-scala.g8.git

commit e45646334a024a19c597007ca1d1ccba49e5da54
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 24 20:07:28 2024 +0100

    support java 8 in pom.xml
---
 src/main/g8/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/g8/pom.xml b/src/main/g8/pom.xml
index f384d83..130d743 100644
--- a/src/main/g8/pom.xml
+++ b/src/main/g8/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to