Files
MaxKey/maxkey-webs/maxkey-web-wiki/build.gradle
shimingxy b2d376f960 20190627
2019-06-28 07:33:01 +08:00

17 lines
238 B
Groovy

description = "maxkey-web-wiki"
apply plugin: 'war'
apply plugin: 'eclipse-wtp'
eclipse {
wtp {
component {
//define context path, default to project folder name
contextPath = 'maxkey-wiki'
}
}
}