From 0b94bba9817028ded5584d00055a43f872d3cf31 Mon Sep 17 00:00:00 2001 From: Alexander Budarov Date: Wed, 11 Apr 2012 12:44:32 +0000 Subject: [PATCH] change cuba plugin version for enhancing task --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f467338312..5c0de94cd4 100644 --- a/build.gradle +++ b/build.gradle @@ -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) {