Skip to content

Commit

Permalink
changing jdk version in settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiovirginio committed Oct 29, 2023
1 parent bdab31a commit 72dbc53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 72dbc53

Please sign in to comment.