Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
- maven version
  • Loading branch information
mygreen authored Jan 2, 2024
1 parent 31c074f commit 084c9ae
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
sudo update-locale LC_ALL=ja_JP.UTF-8
- name: Set up Time-Zone
run: sudo timedatectl set-timezone Asia/Tokyo
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'corretto'
java-version: 8
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.6
- name: Build with Maven
run: mvn -B clean verify -Dgpg.skip=true

0 comments on commit 084c9ae

Please sign in to comment.