onnxruntime/tools/ci_build/github/android
Edward Chen ad78579b66
Update java/build.gradle to not use deprecated features that were removed in gradle 8.0. (#14733)
### Description
<!-- Describe your changes. -->

Update java/build.gradle to not use deprecated features that were
removed in gradle 8.0.
Also move gradle wrapper setup from a script into a step template.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Fix builds which use hosted Mac agents and gradle.

Recently the system version of gradle got upgraded to 8.0. Even though
we use an older gradle wrapper version, java/build.gradle is still
processed with gradle 8.0 in the initial call to `gradle wrapper`.
2023-02-20 11:19:49 +08:00
..
adb-push.sh NNAPI EP Update (#1483) 2019-07-24 13:20:05 -07:00
build_aar_and_copy_artifacts.sh Pipeline changes to build full ORT package for Android (#10654) 2022-03-04 15:35:54 +10:00
build_aar_package.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
default_full_aar_build_settings.json enable xnnpack in default_full_aar_build_settings (#12682) 2022-08-25 10:41:06 +08:00
default_mobile_aar_build_settings.json Add onnxruntime_BUILD_UNIT_TESTS=OFF definition to iOS package build options. (#13238) 2022-10-10 18:00:17 -07:00
mobile_package.required_operators.config Update mobile prebuilt package ops to add support for opset 14 and 15 (#9717) 2021-11-18 10:44:39 +10:00
mobile_package.required_operators.readme.txt Add HardSigmoid to mobile packages. Used by PyTorch MobileNet v3 (#8552) 2021-07-30 12:08:11 +10:00
nnapi_supported_ops.md Update supported ops md for NNAPI/CoreML EP (#12245) 2022-07-21 10:23:08 -07:00
run_nnapi_code_coverage.sh Build shared host protoc in iOS CI pipelines (#9087) 2021-09-16 17:16:50 -07:00