Skip to content

Commit

Permalink
Upgrade core dependency to 4.17.2-rc1-20231025
Browse files Browse the repository at this point in the history
  • Loading branch information
L2JE committed Oct 26, 2023
1 parent c2ba062 commit 72a0286
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='4.17.2-rc1-20231025'

/**
* 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 72a0286

Please sign in to comment.