Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 1d4d831

Browse files
committed
Remove JDK 1.8 from build pipeline
1 parent 4d077a6 commit 1d4d831

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/production.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515

16-
- name: set up JDK 1.8
17-
uses: actions/setup-java@v1
18-
with:
19-
java-version: 1.8
20-
2116
- name: Build Release AAB
2217
id: buildRelease
2318
run: ./gradlew bundleRelease

0 commit comments

Comments
 (0)