fix the yaml
Some checks failed
/ build (push) Failing after 13s

This commit is contained in:
Soph :3 2024-04-27 21:46:38 +03:00
parent 68cf152d8c
commit 3e84fc9769
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -5,7 +5,10 @@ jobs:
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up JDK 17
uses: https://github.com/actions/s
uses: https://github.com/actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: check
run: which mvn