Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tmslpm/gradle-include-subprojects

Gradle Plugin: Include sources and resources from one subproject in all other subprojects
https://github.com/tmslpm/gradle-include-subprojects

Last synced: about 1 month ago
JSON representation

Gradle Plugin: Include sources and resources from one subproject in all other subprojects

Awesome Lists containing this project

README

        

# Gradle Plugin : Include Subproject Source

- License: MIT

## Setup

- clone the project
- execute the task publishToMavenLocal
- edit your "build.gradle" and add the plugin

```groovy
plugins {
id 'gradle-include-subproject-source' version '1.0.0'
}

includeSubprojectSource {
subprojectNames = ["common"]
}
```