File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616env :
1717 AZURE_FUNCTIONAPP_NAME : primechecker # set this to your function app name on Azure
1818 PACKAGE_DIRECTORY : ' .' # set this to the directory which contains pom.xml file
19- JAVA_VERSION : ' 21 ' # set this to the java version to use
19+ JAVA_VERSION : ' 17 ' # set this to the java version to use
2020
2121jobs :
2222 build-and-deploy :
Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14- <java .version>21 </java .version>
14+ <java .version>17 </java .version>
1515 <maven .version>3.6.3</maven .version>
1616 <azure .functions.maven.plugin.version>1.39.0</azure .functions.maven.plugin.version>
1717 <azure .functions.java.library.version>3.2.1</azure .functions.java.library.version>
You can’t perform that action at this time.
0 commit comments