Skip to content

Commit

Permalink
java17 initial build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Nov 28, 2024
1 parent 3018bd8 commit 831b698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- development
- master
- lineageondemand
- java11
- java17

jobs:
build:
Expand All @@ -36,10 +36,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up JDK 1.11
- name: Set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.17

- name: Print JDK version
run: java -version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update \
&& apt-get -y install \
wget \
python2 \
openjdk-11-jdk-headless \
openjdk-17-jdk-headless \
patch \
netcat \
curl \
Expand Down

0 comments on commit 831b698

Please sign in to comment.