We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8708919 + a0b8deb commit 664e32fCopy full SHA for 664e32f
build.gradle
@@ -20,6 +20,13 @@ plugins {
20
id 'signing'
21
}
22
23
+java {
24
+ sourceCompatibility = JavaVersion.VERSION_1_8
25
+ targetCompatibility = JavaVersion.VERSION_1_8
26
+ withSourcesJar()
27
+ withJavadocJar()
28
+}
29
+
30
apply plugin: 'com.github.sherter.google-java-format'
31
32
repositories {
@@ -29,9 +36,6 @@ repositories {
36
37
38
-sourceCompatibility = JavaVersion.VERSION_1_8
33
-targetCompatibility = JavaVersion.VERSION_1_8
34
-
35
39
dependencies {
40
implementation 'com.amazonaws:aws-lambda-java-core:1.1.0'
41
// 2.2.7 is earliest version that has all needed event sources
0 commit comments