Files
MaxKey/maxkey-webs/maxkey-web-wiki/build.gradle
shimingxy 055bed6a58 init
2019-04-29 23:53:10 +08:00

17 lines
231 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 = 'wiki'
}
}
}