689 B
689 B
Bugs / TODO
Bugs
- The generated
gradlewwrapper just forwards to the systemgradlepackage. That is convenient in Termux, but it means builds are not pinned to a project-specific Gradle wrapper version. - The generated app pins Android Gradle Plugin
8.5.2without pinning a compatible Gradle wrapper version. That can break when the installed Gradle package changes or is incompatible with that plugin version. - The CLI is now split into a dispatcher plus per-command scripts under
lib/commands/, which improves readability but adds more files to maintain.
TODO
- Consider generating a real Gradle wrapper for new projects instead of relying on
gradlefrom Termux.