File tree 2 files changed +3
-5
lines changed
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.
85
85
86
86
### Initial Setup
87
87
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.
91
89
92
90
We use [ Apache Maven] ( http://maven.apache.org/ ) for building, testing and releasing the Admin Java
93
91
SDK code. Follow the [ installation guide] ( http://maven.apache.org/install.html ) , and install Maven
Original file line number Diff line number Diff line change 272
272
<artifactId >maven-compiler-plugin</artifactId >
273
273
<version >3.10.1</version >
274
274
<configuration >
275
- <source >1.7 </source >
276
- <target >1.7 </target >
275
+ <source >1.8 </source >
276
+ <target >1.8 </target >
277
277
</configuration >
278
278
</plugin >
279
279
You can’t perform that action at this time.
0 commit comments