Skip to content

Commit

Permalink
Update maven-docker.yml
Browse files Browse the repository at this point in the history
bugfix - jdk not jre
  • Loading branch information
keke125 committed May 28, 2023
1 parent fb74d0a commit 276be1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/maven-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
java-package: 'jre'
cache: maven
- name: Build with Maven
run: ./mvnw clean package -Pproduction
Expand Down

0 comments on commit 276be1a

Please sign in to comment.