Merge branch '3.1.x'

This commit is contained in:
Marcin Grzejszczak
2022-05-23 18:09:14 +02:00
2 changed files with 5 additions and 6 deletions

View File

@@ -26,8 +26,8 @@ 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
uses: github/codeql-action/autobuild@v2
# - name: Autobuild
# uses: github/codeql-action/autobuild@v2
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -36,9 +36,8 @@ jobs:
# three lines and modify them (or add more) to build your code if your
# project uses a compiled language
#- run: |
# make bootstrap
# make release
- run: |
./mvnw clean install -B -U -Pspring
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

View File

@@ -29,4 +29,4 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: ./mvnw clean install -B -U -Pspring
run: ./mvnw clean install -B -U -Pspring,integration,docs