GH-1108 Add gradle plugin for AWS Lambda packaging

Resolves #1108
This commit is contained in:
Oleg Zhurakousky
2023-11-20 11:22:28 +01:00
parent 9b5eaa664e
commit d5b7cb0d5a
12 changed files with 684 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
pluginManagement {
repositories {
mavenLocal()
maven { url 'https://repo.spring.io/milestone' }
gradlePluginPortal()
}