From 5f8aca28330beba1cf14b2eb12ae47091292f314 Mon Sep 17 00:00:00 2001 From: L2JE Date: Wed, 25 Oct 2023 12:15:19 -0300 Subject: [PATCH] tmp: set mark to replace core dependency --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)