mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
change cuba plugin version for enhancing task
This commit is contained in:
parent
a7487308aa
commit
0b94bba981
@ -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-SNAPSHOT')
|
||||
provided(group: 'com.haulmont.gradle', name: 'cuba-plugin', version: '1.2.0')
|
||||
}
|
||||
|
||||
task enhance(type: CubaEnhancing) {
|
||||
|
Loading…
Reference in New Issue
Block a user