Skip to content

Commit fa07d4d

Browse files
authored
Merge pull request #21 from rundeck-plugins/bugfix/RUN-1302_fix-release_221101
RUN-1302: Bump gradle and plugin versions
2 parents 8447869 + a41ad4d commit fa07d4d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'pl.allegro.tech.build.axion-release' version '1.10.1'
2+
id 'pl.allegro.tech.build.axion-release' version '1.13.4'
33
id 'java'
44
}
55

@@ -40,22 +40,22 @@ configurations{
4040
pluginLibs
4141

4242
//declare compile to extend from pluginLibs so it inherits the dependencies
43-
compile{
43+
implementation {
4444
extendsFrom pluginLibs
4545
}
4646
}
4747

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

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

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

58-
testCompile (
58+
testImplementation (
5959
'org.mockito:mockito-all:1.9.5',
6060
'org.powermock:powermock-module-junit4:1.5',
6161
'org.powermock:powermock-api-mockito:1.5'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)