Some Gradle build improvements related to a PR which I'll open in NativeScript/android. This upgrades the Gradle wrapper from 7.4 to 7.6, and removes the CopyJarToBuildTools task.
The reason for removing this task is because Gradle complains about the task sharing the output directory with several other tasks in the Android repo, so it can't determine whether the task needs to be re-run and so always re-runs it.
Some Gradle build improvements related to a PR which I'll open in NativeScript/android. This upgrades the Gradle wrapper from 7.4 to 7.6, and removes the CopyJarToBuildTools task.
The reason for removing this task is because Gradle complains about the task sharing the output directory with several other tasks in the Android repo, so it can't determine whether the task needs to be re-run and so always re-runs it.