gradlew - Creating multiple war files usig gradle -


i need create 3 war files below structure using gradle.

1) war

 -meta-inf   -web-inf      -folder1       -files     -folder2        -files 

2) war

 -meta-inf  -web-inf      -folder1     -folder2        -files 

need exclude files folder1.

3) war

 -meta-inf  -web-inf      -folder1       -files      -folder2 

need exclude files folder2.

how can create using gradle.

thanks in advance.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -