Skip to content

Commit

Permalink
codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Jul 8, 2023
1 parent f524252 commit c51d39b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
- name: Build
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
cache: 'maven'
run: ./mvnw clean package -B -V -e -ntp

# ℹ️ Command-line programs to run using the OS shell.
Expand Down

0 comments on commit c51d39b

Please sign in to comment.