Skip to content

Commit aa284cd

Browse files
committed
update gradle version
1 parent 707e328 commit aa284cd

5 files changed

Lines changed: 220 additions & 153 deletions

File tree

build.gradle

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
plugins{
22
//defines scmVersion from git tags
33
id 'pl.allegro.tech.build.axion-release' version '1.9.3'
4-
54
id 'groovy'
6-
id 'maven'
7-
8-
id 'com.gradle.build-scan' version '1.13'
95
}
106
apply plugin: 'idea'
117
ext.pluginClassNames = 'org.rundeck.plugins.nodes.icon.IconNodeEnhancer,org.rundeck.plugins.nodes.attributes.AttributeNodeEnhancer'
@@ -43,30 +39,20 @@ jar {
4339
}
4440
}
4541
dependencies {
46-
// Use the latest Groovy version for building this library
42+
// Use the latest
43+
// Groovy version for building this library
4744
// compile "com.squareup.okhttp3:okhttp:3.6.0"
48-
compile 'org.rundeck:rundeck-core:3.0.14-20190221'
45+
implementation 'org.rundeck:rundeck-core:3.0.14-20190221'
4946

5047

5148
// Use the awesome Spock testing and specification framework
52-
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
49+
testImplementation 'org.spockframework:spock-core:1.0-groovy-2.4'
5350
}
5451

5552
// In this section you declare where to find the dependencies of your project
5653
repositories {
5754
// Use jcenter for resolving your dependencies.
5855
// You can declare any Maven/Ivy/file repository here.
5956
mavenLocal()
60-
jcenter()
6157
}
6258

63-
64-
buildScan {
65-
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
66-
termsOfServiceAgree = 'yes'
67-
}
68-
69-
70-
task wrapper(type: Wrapper) {
71-
gradleVersion = '4.10'
72-
}

gradle/wrapper/gradle-wrapper.jar

6.99 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)