Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Sep 29, 2023
1 parent 6de773c commit 9cd8a0d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [8, 11]
java_version: [11, 17]

steps:
- name: Environment
Expand All @@ -34,12 +34,7 @@ jobs:
with:
java-version: ${{matrix.java_version}}
architecture: x64

- name: Setup Nextflow
run: |
git clone --depth 1 https://github.com/nextflow-io/nextflow ../nextflow
cd ../nextflow && ./gradlew compile exportClasspath && cd -
echo "includeBuild('../nextflow')" >> settings.gradle
distribution: 'temurin'

- name: Compile
run: ./gradlew assemble
Expand Down

0 comments on commit 9cd8a0d

Please sign in to comment.