Skip to content

Commit 261d3e7

Browse files
fixing complete code example to use correct syntax
1 parent 3e45527 commit 261d3e7

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
@@ -59,7 +59,7 @@ Here's the complete :file:`build.gradle` file:
5959
}
6060
6161
dependencies {
62-
implementation 'com.amazonaws:aws-java-sdk-bom:1.11.228'
62+
implementation platform('com.amazonaws:aws-java-sdk-bom:1.11.228')
6363
implementation 'com.amazonaws:aws-java-sdk-s3'
6464
testCompile group: 'junit', name: 'junit', version: '4.11'
6565
}

0 commit comments

Comments
 (0)