File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ dependencies {
32
32
33
33
implementation(kotlin(" stdlib-jdk8" ))
34
34
35
- compile (" com.google.code.gson:gson:$gsonVersion " )
36
- compile (" com.amazonaws:aws-lambda-java-events:$awsLambdaEventsVersion " )
37
- compile (" com.amazonaws:aws-lambda-java-core:$awsLambdaCoreVersion " )
35
+ implementation (" com.google.code.gson:gson:$gsonVersion " )
36
+ implementation (" com.amazonaws:aws-lambda-java-events:$awsLambdaEventsVersion " )
37
+ implementation (" com.amazonaws:aws-lambda-java-core:$awsLambdaCoreVersion " )
38
38
39
39
testImplementation(kotlin(" reflect" , kotlinVersion))
40
40
testImplementation(kotlin(" test" , kotlinVersion))
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ rootProject.name = " aws-lambda-java-custom-runtime"
2
+
You can’t perform that action at this time.
0 commit comments