Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Fixed setup java error
Browse files Browse the repository at this point in the history
migration guide: https://github.com/actions/setup-java/blob/main/docs/switching-to-v2.md

Seems like the java version should be put as 11 instead of 1.11
  • Loading branch information
BobSaidHi authored Dec 20, 2021
1 parent cdfb64c commit 585e28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 1.11
java-version: 11
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 585e28e

Please sign in to comment.