Compare commits

..

No commits in common. "8e01595cc112964de84197d6f4f540232c0903b6" and "b396fba04342d5cb416e412692f2d5ca9358edc8" have entirely different histories.

View File

@ -12,15 +12,13 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 8
distribution: 'temurin'
cache: 'maven'
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml