Skip to content

Commit

Permalink
[CI skip] Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit committed Jul 16, 2023
1 parent 6ec9677 commit 5e8ed3d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK 1.8
uses: actions/setup-java@v2.1.0
- uses: actions/checkout@v3.5.3
- name: Set up JDK 16
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
java-version: 16
distribution: temurin
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit 5e8ed3d

Please sign in to comment.