diff options
author | Rawi01 <Rawi01@users.noreply.github.com> | 2023-03-01 21:03:53 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2023-03-22 10:22:34 +0100 |
commit | a03ef7ceff7581b189448a3dc2afef18e3fb2792 (patch) | |
tree | bd38cf3c3c8118c5e4f557f2985a90a7891c4cdc | |
parent | 2cb1e085ea3c4680820adc1da110523c404ff771 (diff) | |
download | lombok-a03ef7ceff7581b189448a3dc2afef18e3fb2792.tar.gz lombok-a03ef7ceff7581b189448a3dc2afef18e3fb2792.tar.bz2 lombok-a03ef7ceff7581b189448a3dc2afef18e3fb2792.zip |
Try to download latest ant version
-rw-r--r-- | .github/workflows/ant.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 4cf8d5ff..263c240d 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -60,6 +60,12 @@ jobs: with: java-version: ${{ matrix.jdk }} distribution: 'zulu' + + - name: Set up Ant + uses: sdkman/sdkman-action@master + with: + candidate: ant + version: 1.10.13 - name: Cache dependencies uses: actions/cache@v3 |