Skip to content
Snippets Groups Projects
Commit e64e2319 authored by Maxime PAKULA's avatar Maxime PAKULA
Browse files

Update GitHub Actions to Java 21

parent b7622dca
Branches
No related tags found
1 merge request!12Update 2025 / Spring 3.4.2 / Java 21
......@@ -26,7 +26,7 @@ There you are, your (probably not first) Github account is set up. Yay ! Now, le
For this part, we are going to fork the project that will be used for the rest of the lesson (I mean, till the end of the week).
Now you own the <a href="https://github.com/groussel-takima/devops-livecoding" target="_blank"> project </a> under your Github workspace, you can basically do whatever you want on this project. However we recommend not to modify the whole java and maven content if you still want this project to compile.
Now you own the <a href="https://github.com/maximepakula/tp-devops-correction-docker" target="_blank"> project </a> under your Github workspace, you can basically do whatever you want on this project. However we recommend not to modify the whole java and maven content if you still want this project to compile.
First of all, make sure the git CLI is installed on your computer and then clone the project on your computer to be able to modify it locally.
......
......@@ -124,8 +124,8 @@ jobs:
#checkout your github code using actions/checkout@v2.5.0
- uses: actions/checkout@v2.5.0
#do the same with another action (actions/setup-java@v3) that enable to setup jdk 17
- name: Set up JDK 17
#do the same with another action (actions/setup-java@v3) that enable to setup jdk 21
- name: Set up JDK 21
#TODO
#finally build your app with the latest command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment