We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51021fc commit dd66d3aCopy full SHA for dd66d3a
.gitignore
@@ -1,2 +1,3 @@
1
/target/
2
-.idea
+.idea
3
+*.iml
pom.xml
@@ -36,7 +36,7 @@
36
</developers>
37
38
<properties>
39
- <aws-java-sdk.version>2.13.64</aws-java-sdk.version>
+ <aws-java-sdk.version>2.16.73</aws-java-sdk.version>
40
</properties>
41
42
<dependencies>
@@ -121,6 +121,7 @@
121
TODO-RS: Java 8 is more strict about some javadoc tags.
122
We'll need to update quite a few to remove this workaround.
123
-->
124
+ <source>8</source>
125
<additionalparam>-Xdoclint:none</additionalparam>
126
</configuration>
127
</execution>
0 commit comments