You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
270 B

3 years ago
  1. apply plugin: "war"
  2. bootWar {
  3. mainClassName = "com.cm.demanderetraiteanticipe.DemandeRetraiteAnticipeApp"
  4. includes = ["WEB-INF/**", "META-INF/**"]
  5. }
  6. war {
  7. enabled = true
  8. archiveExtension = "war.original"
  9. includes = ["WEB-INF/**", "META-INF/**"]
  10. }