build.gradle 238 B

1234567891011121314151617
  1. description = "maxkey-web-wiki"
  2. apply plugin: 'war'
  3. apply plugin: 'eclipse-wtp'
  4. eclipse {
  5. wtp {
  6. component {
  7. //define context path, default to project folder name
  8. contextPath = 'maxkey-wiki'
  9. }
  10. }
  11. }