Skip to content

Commit

Permalink
Replaced compile which is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Dec 9, 2019
1 parent 2888ee5 commit 3d5d7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diameter-ha/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
}
implementation("org.slf4j:log4j-over-slf4j:${Version.slf4j}")

compile("io.lettuce:lettuce-core:5.2.1.RELEASE")
implementation("io.lettuce:lettuce-core:5.2.1.RELEASE")

testImplementation(kotlin("test-junit"))
testRuntimeOnly("org.hamcrest:hamcrest-all:1.3")
Expand Down
2 changes: 1 addition & 1 deletion ocsgw/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation("ch.qos.logback.contrib:logback-json-classic:0.1.5")
implementation("ch.qos.logback.contrib:logback-jackson:0.1.5")

compile("com.google.cloud:google-cloud-logging-logback:${Version.googleCloudLogging}")
implementation("com.google.cloud:google-cloud-logging-logback:${Version.googleCloudLogging}")

testImplementation(project(":diameter-test"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Version.junit5}")
Expand Down

0 comments on commit 3d5d7ba

Please sign in to comment.