mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
17 lines
231 B
Groovy
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'
|
|
|
|
}
|
|
|
|
}
|
|
} |