gradle-scripts icon indicating copy to clipboard operation
gradle-scripts copied to clipboard

One module multiple artifacts support

Open eonezhang opened this issue 6 years ago • 1 comments

does the scripts support one module produce multiple artifacts? here is my scenario

└── com
    ├── example
    │   ├── api
    │   └── impl

I want to produce two artifacts user-service-api.jar and user-service.jar , the user-service-api.jar include com.example.api package and the user-service.jar include all packages.

is it possible to achieve this?

eonezhang avatar Apr 25 '18 14:04 eonezhang

@eonezhang I never tried that, but we could add support for such cases if it doesn't work at the moment?

trustin avatar Jul 30 '18 09:07 trustin