Skip to content

Commit 65c5bae

Browse files
committed
upgrade grails 7
1 parent cdfaf7a commit 65c5bae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ repositories {
4242
configurations {
4343
pluginLibs
4444

45-
compile {
45+
implementation {
4646
extendsFrom pluginLibs
4747
}
4848
}
4949

5050
dependencies {
51-
compile 'org.codehaus.groovy:groovy-all:2.3.11'
52-
testCompile group: 'junit', name: 'junit', version: '4.12'
53-
compile group: 'org.rundeck', name: 'rundeck-core', version: '3.3.+'
51+
implementation 'org.codehaus.groovy:groovy-all:2.3.11'
52+
testImplementation group: 'junit', name: 'junit', version: '4.12'
53+
implementation group: 'org.rundeck', name: 'rundeck-core', version: '3.3.+'
5454
pluginLibs (group: 'com.microsoft.azure', name: 'azure', version: '1.3.0'){
5555
exclude group: "com.fasterxml.jackson.core"
5656
}
@@ -64,10 +64,10 @@ dependencies {
6464
pluginLibs group: 'com.microsoft.azure', name: 'azure-keyvault-core', version: '1.0.0'
6565

6666

67-
testCompile "org.codehaus.groovy:groovy-all:2.3.7"
68-
testCompile "org.spockframework:spock-core:0.7-groovy-2.0"
69-
testCompile "cglib:cglib-nodep:2.2.2"
70-
testCompile 'org.objenesis:objenesis:1.4'
67+
testImplementation "org.codehaus.groovy:groovy-all:2.3.7"
68+
testImplementation "org.spockframework:spock-core:0.7-groovy-2.0"
69+
testImplementation "cglib:cglib-nodep:2.2.2"
70+
testImplementation 'org.objenesis:objenesis:1.4'
7171

7272
constraints {
7373
pluginLibs("com.squareup.retrofit2:adapter-rxjava:2.6.1") {
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-5.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)