carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

Carnival Gradle plugin split #43

Closed augustearth closed 3 years ago

augustearth commented 3 years ago

Currently the Carnival Gradle plugin is about building an Carnival Micronaut application. It would be helpful to have a plugin that just supplies the Carnival dependencies for library building.

augustearth commented 3 years ago

Turns out the two plugins can be combined in a single Gradle sub-project. Also, the app plugin has nothing to do with micronaut. Created two plugins: carnival.application and carnival.library, but under carnival-gradle sub-project.