https://github.com/andrei-punko/build-src-utils
Externalization of build configuration by put it into separate Git repository (Git submodule) and reuse after that
https://github.com/andrei-punko/build-src-utils
buildsrc composite-build gradle-composite gradle-compositebuild
Last synced: 12 days ago
JSON representation
Externalization of build configuration by put it into separate Git repository (Git submodule) and reuse after that
- Host: GitHub
- URL: https://github.com/andrei-punko/build-src-utils
- Owner: andrei-punko
- License: mit
- Created: 2021-12-28T08:16:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T21:53:37.000Z (about 1 year ago)
- Last Synced: 2025-03-19T22:38:58.259Z (about 1 year ago)
- Topics: buildsrc, composite-build, gradle-composite, gradle-compositebuild
- Language: Kotlin
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Sources of build configuration to make Composite Build
[](https://github.com/andrei-punko/build-src-utils/actions/workflows/gradle.yml)
Externalization of build configuration by put dependencies and plugins common params into separate Git repository and
reuse it after that without writing repeatable code
See example of usage [here](https://github.com/andrei-punko/composite-build-usage-example)
## Prerequisites
- JDK 21