Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
platform: [ ubuntu-latest ]
java-version: [ 8 ]
profile: [ 1.10, 1.11, 1.12, 2.0, 2.1, 2.2, 2.3, 2.4 ]

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

4 changes: 0 additions & 4 deletions api-1.10/.gitignore

This file was deleted.

88 changes: 0 additions & 88 deletions api-1.10/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion api-1.9/.gitignore

This file was deleted.

80 changes: 0 additions & 80 deletions api-1.9/pom.xml

This file was deleted.

Loading