Skip to content

Commit 66f394b

Browse files
committed
Updating Java Version in Actions
1 parent fd84c78 commit 66f394b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)