diff options
author | Rawi01 <Rawi01@users.noreply.github.com> | 2021-04-18 16:17:56 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2023-03-22 10:22:34 +0100 |
commit | 8c02b75cd9d13ba92158c003cf2a2ed8a6b4dcda (patch) | |
tree | 065af221ae775c9bf1cebd47b06d53f04ea2e645 | |
parent | 05a2c250fcc5c24d6f0d38ac8f3d981c254e4bf0 (diff) | |
download | lombok-8c02b75cd9d13ba92158c003cf2a2ed8a6b4dcda.tar.gz lombok-8c02b75cd9d13ba92158c003cf2a2ed8a6b4dcda.tar.bz2 lombok-8c02b75cd9d13ba92158c003cf2a2ed8a6b4dcda.zip |
Add build order
-rw-r--r-- | .github/workflows/ant.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 0997e887..fc79ad51 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -104,6 +104,7 @@ jobs: docker-integration-test: runs-on: ubuntu-latest + needs: build strategy: matrix: jdk: [8, 9, 10, 11, 12, 13, 14, 15, 16] |