NativeScript / android-dts-generator

A tool that generates TypeScript declaration files (.d.ts) from Jars
90 stars 23 forks source link

Gradle build improvements #77

Closed ptomato closed 1 year ago

ptomato commented 1 year ago

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.

ptomato commented 1 year ago

@triniwiz Thanks for the review! See also https://github.com/NativeScript/android/pull/1789 which incorporates this fix into the Android runtime repo.