Skip to content

Commit

Permalink
move back to jdk 11 because I am silly.
Browse files Browse the repository at this point in the history
  • Loading branch information
meiron03 committed Nov 5, 2023
1 parent 4b93d7b commit 57187ee
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/android-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
uses: actions/checkout@v2

# Set up Java JDK
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
java-version: '11'
distribution: 'corretto'

# Get the secrets from GitHub and add them to local.properties
# https://blog.jakelee.co.uk/accessing-android-app-secret-from-github-actions-using-gradle/
Expand Down Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
java-version: '11'
distribution: 'corretto'

# Get the secrets from GitHub and add them to local.properties
- name: Access PLATFORM_CLIENT_ID
Expand Down Expand Up @@ -91,11 +91,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
java-version: '11'
distribution: 'corretto'

# Get the secrets from GitHub and add them to local.properties
- name: Access PLATFORM_CLIENT_ID
Expand Down

0 comments on commit 57187ee

Please sign in to comment.