diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ebefece..0c48ec2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,8 +15,8 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: '17' # Use the JDK version your project requires - distribution: 'adopt-openjdk' + java-version: '17' + distribution: 'temurin' - name: Build and deploy env: diff --git a/.java-version b/.java-version index 03b6389..98d9bcb 100644 --- a/.java-version +++ b/.java-version @@ -1 +1 @@ -17.0 +17