mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
21 lines
308 B
Groovy
21 lines
308 B
Groovy
description = "maxkey-web-kerberos"
|
|
|
|
apply plugin: 'war'
|
|
apply plugin: 'eclipse-wtp'
|
|
|
|
dependencies {
|
|
compile fileTree(dir: 'lib/', include: '*.jar')
|
|
}
|
|
|
|
eclipse {
|
|
|
|
wtp {
|
|
component {
|
|
|
|
//define context path, default to project folder name
|
|
contextPath = 'kerberos'
|
|
|
|
}
|
|
|
|
}
|
|
} |