Update maven-build.yml

This commit is contained in:
Kunchala Vikram 2023-12-30 23:06:02 +05:30 committed by GitHub
parent ea68ae3958
commit 9420335ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Java and Maven
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
distribution: 'temurin'
java-version: '11'
- name: Check java and mvn version
run: |