2019-10-15 10:30:08 -07:00
|
|
|
/*
|
2022-10-04 13:59:32 -07:00
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
2018-10-24 03:09:58 -07:00
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*/
|
|
|
|
|
2017-03-08 00:09:32 -08:00
|
|
|
apply plugin: 'java'
|
2019-08-14 05:34:13 -07:00
|
|
|
|
|
|
|
sourceCompatibility = '1.7'
|
|
|
|
targetCompatibility = '1.7'
|
2021-05-21 11:40:17 -07:00
|
|
|
|
|
|
|
apply plugin: 'com.vanniktech.maven.publish'
|