monorepo
monorepo copied to clipboard
Showcase of how to manage building projects inside monorepo with Gradle as build tool and CircleCI, Bitbucket Pipelines, Travis CI or GitHub Actions as CI tool.
last commit returned from a PR shows `null`. and that seems to cause all the projects to be rebuild instead of just the specific project that was changed
Script `tools/ci/core/list-dependencies.sh` uses `realpath` for finding relative path (to the repository root) of included project. On mac os `realpath` is not present. Find some alternative solution supported on mac os...
The problem with this approach is you cannot specify a working directory for a job. Therefore, how will you utilize any community actions (via `uses`)? I noticed in your example...