Skip to content

Commit 15859f5

Browse files
committed
Remove profiles from github action
1 parent 4dde9e1 commit 15859f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
platform: [ ubuntu-latest ]
1616
java-version: [ 8 ]
17-
profile: [ 1.10, 1.11, 1.12, 2.0, 2.1, 2.2, 2.3, 2.4 ]
1817

1918
runs-on: ${{ matrix.platform }}
2019
env:
@@ -36,5 +35,5 @@ jobs:
3635
restore-keys: |
3736
${{ runner.os }}-maven-
3837
- name: Build with Maven
39-
run: mvn clean install -P ${{ matrix.profile }} --batch-mode --show-version --file pom.xml
38+
run: mvn clean install --batch-mode --show-version --file pom.xml
4039

0 commit comments

Comments
 (0)