Skip to content

Commit

Permalink
tmp: set mark to replace core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
L2JE committed Oct 25, 2023
1 parent c2ba062 commit 5f8aca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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='<REPLACE_WITH_4.17.2_MVN_PACKAGE_NAME>'

/**
* Set this to a comma-separated list of full classnames of your implemented Rundeck
Expand Down Expand Up @@ -108,4 +108,4 @@ jar {
}
}
//set jar task to depend on copyToLib
jar.dependsOn(copyToLib)
jar.dependsOn(copyToLib)

0 comments on commit 5f8aca2

Please sign in to comment.