Fix AWS sample to build better with Gradle

This commit is contained in:
Dave Syer
2018-07-09 16:26:10 +01:00
parent 947f4f6b71
commit 297c0471b1
3 changed files with 9 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<wrapper.version>1.0.10.RELEASE</wrapper.version>
<wrapper.version>1.0.11.RELEASE</wrapper.version>
<aws-lambda-events.version>2.0.2</aws-lambda-events.version>
<reactor.version>3.1.2.RELEASE</reactor.version>
<spring-cloud-function.version>2.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>