Skip to content

Commit

Permalink
be explicit about maven version: 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
haubi committed Dec 17, 2024
1 parent d9d5c50 commit 224d482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Java CI with Maven

on:
push:
branches: [ "master" ]
branches: [ "master", "playground" ]
pull_request:
branches: [ "master" ]

Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.6
maven-version: 3.9.9
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
}
agent any
tools {
maven 'apache-maven-latest'
maven 'apache-maven-3.9.9'
jdk 'temurin-jdk17-latest'
}
stages {
Expand Down

0 comments on commit 224d482

Please sign in to comment.