Skip to content

Commit 9e338c8

Browse files
committed
Run GH workflows using mvnw
1 parent 6d9a1f0 commit 9e338c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# and modify them (or add more) to build your code if your project
8585
# uses a compiled language
8686

87-
- run: mvn clean package -DskipTests -Drat.skip=true -Dcheckstyle.skip
87+
- run: ./mvnw clean package -DskipTests -Drat.skip=true -Dcheckstyle.skip
8888

8989
- name: Perform CodeQL Analysis
9090
uses: github/codeql-action/analyze@v3

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}
5151
- name: Build with Maven
52-
run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false -P-use-toolchains,docker
52+
run: ./mvnw -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false -P-use-toolchains,docker

0 commit comments

Comments
 (0)