Skip to content

Commit 66bb500

Browse files
committed
reverted to Java 17 in CI workflow
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent f732753 commit 66bb500

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main_primechecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
env:
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

2121
jobs:
2222
build-and-deploy:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

0 commit comments

Comments
 (0)