github actions support

This commit is contained in:
Amit Kumar Nandi 2024-02-15 22:40:45 +05:30
parent f8d8b33dc5
commit 7d0a0fb857

View file

@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven