File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,7 @@ information on using pull requests.
8585
8686### Initial Setup
8787
88- Install Java 7 or higher. You can also use Java 8, but please note that the Firebase Admin SDK must
89- maintain full Java 7 compatibility. Therefore make sure that you do not use any Java 8 features
90- (e.g. lambdas) when writing code for the Admin Java SDK.
88+ Install Java 8 or higher.
9189
9290We use [ Apache Maven] ( http://maven.apache.org/ ) for building, testing and releasing the Admin Java
9391SDK code. Follow the [ installation guide] ( http://maven.apache.org/install.html ) , and install Maven
Original file line number Diff line number Diff line change 272272 <artifactId >maven-compiler-plugin</artifactId >
273273 <version >3.10.1</version >
274274 <configuration >
275- <source >1.7 </source >
276- <target >1.7 </target >
275+ <source >1.8 </source >
276+ <target >1.8 </target >
277277 </configuration >
278278 </plugin >
279279
You can’t perform that action at this time.
0 commit comments