5f198b0d90
Provide a build convention plugin for command line tools, and use `libs.versions.toml` for command line tool dependencies. Adjust the individual tool `build.gradle.kts` files accordingly. Remove unnecessary `gradle.properties` and `settings.gradle` files for projects that are included as subprojects, not included builds. Add a trivial test for each command line tool so there are tests to run and provide some confidence that automated library upgrades don't break command line tool compilation. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle.kts |
README.md
mvstring
Synopsis
mvstring
moves a string resource from one module to another.
Usage
From the parent directory, run:
./runtools mvstring dst-module id
./runtools mvstring src-module dst-module id
where:
src-module
- identifier for the source module that contains the string. If omitted thenapp
is assumed.dst-module
- identifier for the destination moduleid
- resource ID of the string to move
Verify the modifications made to the Pachli resource files, and commit the result.