File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 - name : Checkout repository
3838 uses : actions/checkout@v4
3939
40- - name : Set up JDK 1.8
40+ - name : Set up JDK 11
4141 uses : actions/setup-java@v4
4242 with :
4343 distribution : ' temurin'
44- java-version : ' 8 '
44+ java-version : ' 11 '
4545
4646 - name : Build with Gradle
4747 run : ./gradlew build
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 version-file : ${{ env.VERSION_FILE }}
5050 version-file-extraction-pattern : ${{ env.VERSION_EXTRACT_PATTERN }}
5151
52- - name : Set up JDK 1.8
52+ - name : Set up JDK 11
5353 uses : actions/setup-java@v4
5454 with :
5555 distribution : ' temurin'
56- java-version : ' 8 '
56+ java-version : ' 11 '
5757
5858 - name : Setup git credentials
5959 uses : oleksiyrudenko/gha-git-credentials@v2-latest
You can’t perform that action at this time.
0 commit comments