Compare commits

..

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

View File

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