Skip to content

Commit 816cbd5

Browse files
dariuszkucsmyrick
authored andcommitted
[chore] force Github CI Action to use default maven build profile (#441)
1 parent 234fe0e commit 816cbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
java-version: 1.8
1919
- name: Build with Maven
20-
run: mvn clean verify --file pom.xml
20+
run: mvn clean verify -PdefaultBuild -P!jdk8

0 commit comments

Comments
 (0)