gclayburg / dockerPreparePlugin

Gradle plugin to generate docker layer-friendly directory for spring boot applications
Apache License 2.0
49 stars 8 forks source link

Use plugin without SpringBoot #6

Open maitredede opened 5 years ago

maitredede commented 5 years ago

Hi,

Your plugin looks fantastic, but is it possible to use it without having to add SpringBoot plugin ?

Thanks

gclayburg commented 5 years ago

Not the way it is now. It could probably be modified to work with an app that can be started with java -jar though.