Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Remove sections that send data to stuff I don't have
  • Loading branch information
jk33v3rs authored Jul 16, 2024
1 parent 844292b commit b466558
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
- name: Set up JDK 22
uses: actions/setup-java@v2
with:
java-version: '21'
java-version: '22'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn package --batch-mode --update-snapshots -T 1.5C -f pom.xml -P github
- uses: actions/upload-artifact@v3
with:
name: quickshop-snapshots
path: |
**/target/*.jar
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


0 comments on commit b466558

Please sign in to comment.