Skip to content

Commit 62e1be3

Browse files
authored
Update codeql.yml
1 parent 7164fa2 commit 62e1be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- if: matrix.language == 'java'
6262
name: Build Java
6363
run: |
64-
make all
64+
mvn clean compile -DskipTests
6565
6666
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6767
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)