[M120 Migration][VD] Remove accessing oom_score_adj in zygote process
[platform/framework/web/chromium-efl.git] / third_party / gradle_wrapper / README.chromium
1 Name: Gradle Wrapper
2 Short Name: gradlew
3 URL: https://gradle.org/
4 Version: 7.4
5 License: Apache Version 2.0
6 Security Critical: no
7 Shipped: no
8
9 Description:
10 Gradle is the main build tool used for standard Android development. For more
11 information about it, see https://gradle.org.
12 The Gradle Wrapper is a small utility that wraps the gradle executable and that
13 is intended to be checked into version control. It is responsible for
14 downloading and setting up Gradle to the right version for all users of the
15 build.
16
17 It was generated by running `gradle wrapper` from an existing Gradle setup. One
18 way to do so is in Android Studio, open the "Gradle" tab on the right, click
19 the elephant symbol for "Execute Gradle Task", and input `gradle wrapper`. The
20 necessary files will then be populated in whichever directory the project is
21 located.
22
23 To upgrade:
24 https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper
25 - Run: `./gradlew --version` to check the current version.
26 - Run: `./gradlew wrapper --gradle-version <version>` to update to a newer version.
27   - You can find the latest version here: https://gradle.org/releases/
28 - Run: `./gradlew --version` again to actually download the new version.
29
30 Local Modifications:
31 No modifications.