diff --git a/UserManagementAPI/.github/workflows/maven.yml b/UserManagementAPI/.github/workflows/maven.yml index 00882cd..ab9734d 100644 --- a/UserManagementAPI/.github/workflows/maven.yml +++ b/UserManagementAPI/.github/workflows/maven.yml @@ -12,12 +12,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Set up JDK 21 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - distribution: temurin - java-version: '21-ea' - cache: 'maven' + java-version: '17' + distribution: 'temurin' + cache: maven - name: Build and test with Maven run: mvn -B package --file pom.xml \ No newline at end of file