-
Notifications
You must be signed in to change notification settings - Fork 1
Basic setup
Cédric Belin edited this page Dec 3, 2025
·
7 revisions
Set up a specific version of Apache Ant:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 25
- uses: cedx/setup-ant@v6
with:
optional-tasks: true
version: =1.10.15
- run: ant -version