Added Ant Again

This commit is contained in:
mayekkuzu 2024-11-27 18:30:25 +03:00
parent 74c587ed72
commit 381cf2233d

View File

@ -18,7 +18,12 @@ jobs:
with: with:
java-version: '11' java-version: '11'
distribution: 'temurin' distribution: 'temurin'
- name: Install ant - name: Set up Ant
run: apt install ant -y uses: cedx/setup-ant@v3
with:
optional-tasks: true
version: latest
- name: Install dependencies
run: ant install
- name: Build with Ant - name: Build with Ant
run: ant build run: ant build