Added Ant Again
This commit is contained in:
parent
74c587ed72
commit
381cf2233d
9
.github/workflows/ant.yml
vendored
9
.github/workflows/ant.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user