From 2cca1b7c6d6d5704ce8c9f757f7b764d91b56e7a Mon Sep 17 00:00:00 2001 From: Malachi Mcintosh Date: Sun, 27 Jun 2021 12:17:48 +1200 Subject: [PATCH] Change comment from dotnet to java. --- FunctionApp/linux-java-functionapp-on-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunctionApp/linux-java-functionapp-on-azure.yml b/FunctionApp/linux-java-functionapp-on-azure.yml index 4f55d564..4f492cd5 100644 --- a/FunctionApp/linux-java-functionapp-on-azure.yml +++ b/FunctionApp/linux-java-functionapp-on-azure.yml @@ -14,7 +14,7 @@ env: AZURE_FUNCTIONAPP_NAME: your-app-name # set this to your function app name on Azure POM_XML_DIRECTORY: '.' # set this to the directory which contains pom.xml file POM_FUNCTIONAPP_NAME: your-app-name # set this to the function app name in your local development environment - JAVA_VERSION: '1.8.x' # set this to the dotnet version to use + JAVA_VERSION: '1.8.x' # set this to the java version to use jobs: build-and-deploy: