Skip to content

Merge pull request #33 from SkinsRestorer/renovate/actions-checkout-4.x #144

Merge pull request #33 from SkinsRestorer/renovate/actions-checkout-4.x

Merge pull request #33 from SkinsRestorer/renovate/actions-checkout-4.x #144

Workflow file for this run

# Secondary build that builds the project with JDK 11. Note that the target in the pom.xml is still Java 8.
name: Java 8 build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B --file pom.xml package