This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 8d13951 support java 8 in pom.xml (#13)
8d13951 is described below
commit 8d139514bc6da48803e8bfa13cd643d4f7b47269
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 25 09:59:23 2024 +0100
support java 8 in pom.xml (#13)
---
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]