Fix gradlew file for AWS deployment sample

This commit is contained in:
Oleg Zhurakousky
2023-09-18 12:24:59 +02:00
parent 550f8a4f10
commit 09eba7db8b
2 changed files with 32 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
pluginManagement {
repositories {
maven { url 'https://repo.spring.io/milestone' }
gradlePluginPortal()
}
}
rootProject.name = 'demo-function'