From 677e253880d652dca2de8c781f5eef18f7de41bb Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 28 Sep 2022 15:03:14 -0400 Subject: [PATCH] chore: Update source target to 1.8 --- CONTRIBUTING.md | 4 +--- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c346c5b9d..a3b65e101 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,9 +85,7 @@ information on using pull requests. ### Initial Setup -Install Java 7 or higher. You can also use Java 8, but please note that the Firebase Admin SDK must -maintain full Java 7 compatibility. Therefore make sure that you do not use any Java 8 features -(e.g. lambdas) when writing code for the Admin Java SDK. +Install Java 8 or higher. We use [Apache Maven](http://maven.apache.org/) for building, testing and releasing the Admin Java SDK code. Follow the [installation guide](http://maven.apache.org/install.html), and install Maven diff --git a/pom.xml b/pom.xml index 5c1647931..74ab77b67 100644 --- a/pom.xml +++ b/pom.xml @@ -272,8 +272,8 @@ maven-compiler-plugin 3.10.1 - 1.7 - 1.7 + 1.8 + 1.8