You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
394 B
Groovy
19 lines
394 B
Groovy
plugins {
|
|
id 'war'
|
|
}
|
|
|
|
description = ""
|
|
|
|
//version '1.0.0' // 为子项目设置版本号为 1.0.0
|
|
|
|
dependencies {
|
|
// 子项目私有依赖添加
|
|
}
|
|
|
|
//jar {
|
|
// archiveBaseName = 'secondev-ht-njwebserivce' // 替换为子项目的实际名称
|
|
// archiveVersion = version
|
|
// archiveClassifier = ''
|
|
// archiveExtension = 'jar'
|
|
// destinationDirectory = file('build/libs')
|
|
//} |