Fix gradlew file for AWS deployment sample
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
rootProject.name = 'demo-function'
|
||||
Reference in New Issue
Block a user