Skip to content

Commit

Permalink
Upgrade XWiki to JDK 17 and MVN 3.9.6 as per project requirements (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet authored Jan 10, 2024
1 parent 6916b71 commit 0329571
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/run-experiments-xwiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: actions/setup-java@v4
- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.11.0
with:
java-version: 11
distribution: "temurin"
checkout-fetch-depth: 0
java-version: 17
java-distribution: temurin
maven-version: 3.9.6
- name: Configure Maven settings
run: >
echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
Expand Down

0 comments on commit 0329571

Please sign in to comment.