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:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
- name: Install ant
|
||||
run: apt install ant -y
|
||||
- name: Set up Ant
|
||||
uses: cedx/setup-ant@v3
|
||||
with:
|
||||
optional-tasks: true
|
||||
version: latest
|
||||
- name: Install dependencies
|
||||
run: ant install
|
||||
- name: Build with Ant
|
||||
run: ant build
|
||||
|
Loading…
Reference in New Issue
Block a user