diff --git a/.github/workflows/build-rtron.yml b/.github/workflows/build-rtron.yml index 88c1ddd..d18149c 100644 --- a/.github/workflows/build-rtron.yml +++ b/.github/workflows/build-rtron.yml @@ -63,7 +63,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: "Build with Gradle" run: ./gradlew shadowJar - name: "Upload build artifacts"