Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 #92

Bump org.apache.commons:commons-compress from 1.21 to 1.26.0

Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 #92

Workflow file for this run

name: Test JDK Builds
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
architecture: x64
- name: Build against Java ${{ matrix.java }}
run: mvn package -P !launch4j