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 0afcd68 commit 12a7a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ configurations {

dependencies {
implementation 'org.codehaus.groovy:groovy-all:3.0.9'
implementation group: 'org.rundeck', name: 'rundeck-core', version: '4.3.+'
implementation group: 'org.rundeck', name: 'rundeck-core', version: '<REPLACE_WITH_4.17.2_MVN_PACKAGE_NAME>'

pluginLibs (group: 'com.microsoft.azure', name: 'azure', version: '1.41.4'){
exclude group: "com.fasterxml.jackson.core"
Expand Down

0 comments on commit 12a7a20

Please sign in to comment.