Skip to content

Commit

Permalink
Test JAR upload
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm committed Feb 16, 2024
1 parent b027636 commit 34ec904
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/soot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,17 @@ jobs:
key: ${{ runner.os }}-soot-wrapper-${{ matrix.java-version }}-${{ steps.calc-checksum.outputs.hash }}

- name: Set up JDK ${{ matrix.java-version }}
if: steps.cache-jars.outputs.cache-hit != 'true'
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'

- name: Build with Maven
if: steps.cache-jars.outputs.cache-hit != 'true'
run: |
cd java/common/
mvn clean package -X -DskipTests
- name: Upload JAR if cache missed
if: steps.cache-jars.outputs.cache-hit != 'true'
uses: actions/upload-artifact@v2
with:
name: soot-wrapper-${{ matrix.java-version }}.jar
Expand Down

0 comments on commit 34ec904

Please sign in to comment.