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

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'
}
}
}