diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3b12d1d0..ef402c3c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,10 +25,10 @@ jobs: 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: Build with Maven diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 301d1e3e..eccf7767 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 21 + java-version: 17 cache: 'maven' server-id: central server-username: MAVEN_USERNAME diff --git a/pom.xml b/pom.xml index 1e9109b4..c720c70c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ 3.12.1 - 21 + 17 UTF-8 UTF-8 quarkus-bom @@ -62,17 +62,6 @@ metadata - - - - - - - - - - - @@ -373,17 +362,6 @@ - - - - - - - - - - - org.apache.maven.plugins maven-release-plugin