Skip to content

Commit

Permalink
Update to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo committed Jan 17, 2025
1 parent 9a433a0 commit c422d40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Run

env:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64/
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64/

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Smoke Run - Android

env:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64/
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64/

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN set -x \
&& : # last line

ENV PATH $PATH:/usr/lib/kotlinc/bin
ENV JAVA_PATH=/usr/lib/jvm/java-8-openjdk-amd64
ENV JAVA_PATH=/usr/lib/jvm/java-11-openjdk-amd64

0 comments on commit c422d40

Please sign in to comment.