File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 maven-version :
3030 description : ' The Maven version used during build job'
3131 required : false
32- default : ' 3.9.6 '
32+ default : ' 3.9.8 '
3333 type : string
3434
3535 os-matrix :
9494 cache : ' maven'
9595
9696 - name : Set up Maven
97- run : mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0 :wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
97+ run : mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2 :wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
9898
9999 - name : Build with Maven
100100 run : ./mvnw ${{ inputs.maven_args }}
@@ -125,7 +125,7 @@ jobs:
125125 cache : ' maven'
126126
127127 - name : Set up Maven
128- run : mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0 :wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
128+ run : mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2 :wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
129129
130130 - name : Build with Maven
131131 run : ./mvnw ${{ inputs.maven_args }}
You can’t perform that action at this time.
0 commit comments