diff --git a/.gitignore b/.gitignore index f06dfad..eaf1107 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .gradle -build \ No newline at end of file +build +.idea +*.iml \ No newline at end of file diff --git a/build.gradle b/build.gradle index 10b15bd..5b567ed 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'maven' group = 'com.xebialabs.deployit.community' sourceCompatibility = 1.6 targetCompatibility = 1.6 -version = '1.0.1' +version = '1.0.2' def apiVersion = '4.0.1' def xlreleaseHome = "$System.env.XLRELEASE_HOME"