diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index e2a4ca2..382d6c4 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -7,13 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up JDK 21 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '17' distribution: 'temurin' cache: maven - - name: setup maven - uses: actions/setup-maven@v4 - name: Build with Maven run: mvn -B package --file pom.xml \ No newline at end of file