Adds -Pspring to maven build command

This commit is contained in:
Marcin Grzejszczak
2021-07-12 12:40:28 +02:00
parent 8d16702238
commit 3af8d0feae

View File

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