Target Java 7
Summary: The artifacts generated otherwise can cause issues in Android projects. Reviewed By: SidharthGuglani Differential Revision: D16803253 fbshipit-source-id: db139560dfbddb917c27bdfd80e1bf5747e4a74b
This commit is contained in:
committed by
Facebook Github Bot
parent
58622fa747
commit
4a2ccc658e
@@ -6,4 +6,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
|
||||||
|
sourceCompatibility = '1.7'
|
||||||
|
targetCompatibility = '1.7'
|
||||||
|
|
||||||
apply from: rootProject.file('gradle/release.gradle')
|
apply from: rootProject.file('gradle/release.gradle')
|
||||||
|
Reference in New Issue
Block a user