An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Sources of build configuration to make Composite Build

[![Java CI with Gradle](https://github.com/andrei-punko/build-src-utils/actions/workflows/gradle.yml/badge.svg)](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