Skip to content

Commit

Permalink
CLOG 231 CLOG JKD 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusmmp committed Jan 14, 2025
1 parent 3218fd9 commit e90cf7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v4
- name: JDK 11
- name: JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'
cache: maven
- name: Build with Maven
env:
MAVEN_OPTS: -Djava.awt.headless=true -Dorg.slf4j.simpleLogger.defaultLogLevel=info -Dmaven.wagon.http.retryHandler.count=2 -Dmaven.wagon.http.pool=true
Expand Down

0 comments on commit e90cf7d

Please sign in to comment.