diff --git a/build.gradle b/build.gradle index 90e148e..3e97a7c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'pl.allegro.tech.build.axion-release' sourceCompatibility = 1.8 ext.rundeckPluginVersion= '1.2' -ext.rundeckVersion='2.6.5' +ext.rundeckVersion='' /** * Set this to a comma-separated list of full classnames of your implemented Rundeck @@ -108,4 +108,4 @@ jar { } } //set jar task to depend on copyToLib -jar.dependsOn(copyToLib) \ No newline at end of file +jar.dependsOn(copyToLib)