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

This commit is contained in:
mayekkuzu 2024-11-27 18:31:00 +03:00
parent 381cf2233d
commit 67e1d4e4d5

View File

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