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
build_aar_and_copy_artifacts.sh
build_aar_package.py
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
mobile_package.required_operators.readme.txt
nnapi_supported_ops.md
run_nnapi_code_coverage.sh