Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 7c721e9

Browse files
Merge pull request #22 from LipiLee/patch-1
Fix for the consistency with example
2 parents ff68915 + 14c998f commit 7c721e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/setup-project-gradle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ plugin to import the SDK's Maven Bill of Materials (BOM) to manage SDK dependenc
3636
.. code-block:: groovy
3737
3838
dependencies {
39-
compile 'software.amazon.awssdk:kinesis'
39+
implementation 'software.amazon.awssdk:kinesis'
4040
testCompile group: 'junit', name: 'junit', version: '4.11'
4141
}
4242

0 commit comments

Comments
 (0)