File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 - name : Get Fetch Tags
1515 run : git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
1616 if : " !contains(github.ref, 'refs/tags')"
17- - name : Set up JDK 11
17+ - name : Set up JDK 8
1818 uses : actions/setup-java@v4
1919 with :
20- java-version : 11
20+ java-version : 8
2121 distribution : ' corretto'
2222 - name : Grant execute permission for gradlew
2323 run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 uses : actions/checkout@v2
1616 with :
1717 fetch-depth : 0
18- - name : set up JDK 11
18+ - name : set up JDK 8
1919 uses : actions/setup-java@v4
2020 with :
21- java-version : 11
21+ java-version : 8
2222 distribution : ' corretto'
2323 - name : Build with Gradle
2424 run : ./gradlew build
You can’t perform that action at this time.
0 commit comments