Skip to content

Commit

Permalink
Merge pull request #21 from rundeck-plugins/bugfix/RUN-1302_fix-relea…
Browse files Browse the repository at this point in the history
…se_221101

RUN-1302: Bump gradle and plugin versions
  • Loading branch information
qualman authored Nov 1, 2022
2 parents 8447869 + a41ad4d commit fa07d4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'pl.allegro.tech.build.axion-release' version '1.10.1'
id 'pl.allegro.tech.build.axion-release' version '1.13.4'
id 'java'
}

Expand Down Expand Up @@ -40,22 +40,22 @@ configurations{
pluginLibs

//declare compile to extend from pluginLibs so it inherits the dependencies
compile{
implementation {
extendsFrom pluginLibs
}
}

dependencies {
compile 'org.rundeck:rundeck-core:3.0.+'
implementation 'org.rundeck:rundeck-core:4.0.+'

pluginLibs group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.8'
pluginLibs group: 'com.google.code.gson', name: 'gson', version:'2.8.5'
pluginLibs group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version:'1.13'

testCompile group: 'com.github.tomakehurst', name: 'wiremock-standalone', version:'2.23.2'
testCompile group: 'junit', name: 'junit', version:'4.12'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-standalone', version:'2.23.2'
testImplementation group: 'junit', name: 'junit', version:'4.12'

testCompile (
testImplementation (
'org.mockito:mockito-all:1.9.5',
'org.powermock:powermock-module-junit4:1.5',
'org.powermock:powermock-api-mockito:1.5'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit fa07d4d

Please sign in to comment.