Skip to content

Commit

Permalink
Removes maven steps from CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleiber committed Aug 21, 2024
1 parent acef3f5 commit 22ad021
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build with Gradle
run: ./gradlew build --max-workers 1 ${{ matrix.build-options }}

- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.artifact-name }}
Expand Down Expand Up @@ -73,14 +73,3 @@ jobs:

- name: Build with Gradle
run: ./gradlew build -Pbuildalldesktop

- name: Update Maven Snapshots
run: mvn --batch-mode --update-snapshots verify

- name: Create Staging Area
run: mkdir staging && cp target/*.jar staging

- uses: actions/upload-artifact@v4
with:
name: Package
path: staging

0 comments on commit 22ad021

Please sign in to comment.