Added Ant
Some checks failed
Java CI / build (push) Failing after 7s

This commit is contained in:
mayekkuzu 2024-11-27 18:26:59 +03:00
parent aabd3ce2e4
commit 74c587ed72

View File

@ -18,5 +18,7 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Install ant
run: apt install ant -y
- name: Build with Ant
run: ant build