diff --git a/jib-core/README.md b/jib-core/README.md index b1ec587e36..e5258ad1f9 100644 --- a/jib-core/README.md +++ b/jib-core/README.md @@ -30,7 +30,7 @@ Add Jib Core as a dependency using Gradle: ```groovy dependencies { - compile 'com.google.cloud.tools:jib-core:0.25.0' + implementation("com.google.cloud.tools:jib-core:0.25.0") } ```