Skip to content

Commit

Permalink
change compile to implementation (#12313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLemmens authored and akshbhu committed Apr 18, 2023
1 parent b7496a3 commit 9692ba0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile (
implementation (
'com.amazonaws:aws-lambda-java-core:1.2.0',
'com.amazonaws:aws-lambda-java-events:2.2.7'
)
Expand All @@ -27,4 +27,4 @@ task buildZip(type: Zip) {
archiveFileName = 'latest_build.zip'
}

build.dependsOn buildZip
build.dependsOn buildZip

0 comments on commit 9692ba0

Please sign in to comment.