diff --git a/.github/workflows/_reusable_build.yml b/.github/workflows/_reusable_build.yml index 5d3cfa3..6642111 100644 --- a/.github/workflows/_reusable_build.yml +++ b/.github/workflows/_reusable_build.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: 11 + java-version: 17 cache: maven - name: Configure Maven Settings