diff --git a/build.gradle b/build.gradle index 369c3b5..64d60ba 100644 --- a/build.gradle +++ b/build.gradle @@ -41,10 +41,9 @@ repositories { dependencies { compile gradleApi() compile localGroovy() - compile 'net.nisgits.gradle:gradle-executable-jar-plugin:1.7.0' } -version = '1.1.1' +version = '1.2.0' pluginBundle { website = 'http://cinchapi.com' @@ -57,7 +56,7 @@ pluginBundle { displayName = 'Jarsh Plugin' description = 'A gradle plugin that generates an executable shell script that embeds a runnable application jar with all of its dependencies.' tags = ['java', 'fatjar', 'runnable jar', 'executable jar', 'bash'] - version = '1.1.1' + version = '1.2.0' } } }