diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d9dae0..50f3234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,10 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 - - name: set up JDK 1.8 - uses: actions/setup-java@v1 + - name: Set up JDK + uses: actions/setup-java@v3 with: - java-version: 1.8 + java-version: "17" + distribution: "temurin" - name: Build with Gradle run: ./gradlew assemble build test