Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update test-and-build-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbaughe authored Apr 6, 2020
1 parent 64e8d5c commit 81a4e08
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:

jobs:
build:
strategy:
matrix:
java: [12]
# Job name
name: Build Index Management
# This job runs on Linux
Expand All @@ -20,10 +17,10 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v1
# This step uses the setup-java Github action: https://github.com/actions/setup-java
- name: Set Up JDK ${{ matrix.java }}
- name: Set Up JDK 12
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
java-version: 12
- name: Build with Gradle
run: ./gradlew build
- name: Create Artifact Path
Expand Down

0 comments on commit 81a4e08

Please sign in to comment.