Skip to content

Commit c59f42b

Browse files
committed
Update gradle
1 parent 2801d3a commit c59f42b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compile group: 'com.google.guava', name: 'guava', version: '19.0'
18-
testCompile group: 'org.testng', name: 'testng', version: '6.9.10'
17+
implementation group: 'com.google.guava', name: 'guava', version: '19.0'
18+
testImplementation group: 'org.testng', name: 'testng', version: '6.9.10'
1919
}
2020

2121
test {
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-6.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)