mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Refs #1201 Upgrade Tomcat
This commit is contained in:
parent
73d5c1c128
commit
ee951fc394
@ -23,7 +23,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'com.haulmont.gradle', name: 'cuba-plugin', version: '1.2.0'
|
||||
classpath group: 'com.haulmont.gradle', name: 'cuba-plugin', version: '1.3.0'
|
||||
classpath group: 'com.haulmont.gradle', name: 'doc-plugin', version: '1.0.0'
|
||||
}
|
||||
}
|
||||
@ -117,7 +117,7 @@ configure(sharedLibModule) {
|
||||
configure(globalModule) {
|
||||
dependencies {
|
||||
// This dependency is required by CubaEnhancing task
|
||||
provided(group: 'com.haulmont.gradle', name: 'cuba-plugin', version: '1.2.0')
|
||||
provided(group: 'com.haulmont.gradle', name: 'cuba-plugin', version: '1.3.0')
|
||||
}
|
||||
|
||||
task enhance(type: CubaEnhancing) {
|
||||
|
Loading…
Reference in New Issue
Block a user