We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7164fa2 commit 62e1be3Copy full SHA for 62e1be3
.github/workflows/codeql.yml
@@ -61,7 +61,7 @@ jobs:
61
- if: matrix.language == 'java'
62
name: Build Java
63
run: |
64
- make all
+ mvn clean compile -DskipTests
65
66
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
67
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments