We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02111df commit cca4153Copy full SHA for cca4153
2 files changed
.github/workflows/main_optimo-user.yml
@@ -50,3 +50,4 @@ jobs:
50
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
51
package: build/azure-functions/${{ env.AZURE_FUNCTIONAPP_NAME }}
52
publish-profile: ${{ secrets.AZURE_PUBLISH_PROFILE }}
53
+ compress: true
build.gradle
@@ -80,6 +80,7 @@ azurefunctions {
80
FUNCTIONS_EXTENSION_VERSION = '~4'
81
FUNCTIONS_WORKER_RUNTIME = 'java'
82
}
83
+ functionNameCase = 'lowercase'
84
85
86
// 🔥 함수 클래스 스캔 문제 해결
0 commit comments