Skip to content

Commit

Permalink
Revert "Updated workflows java version"
Browse files Browse the repository at this point in the history
This reverts commit c630baa.
  • Loading branch information
gokadzev committed Oct 26, 2023
1 parent e1f9f27 commit b9b15a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17.x'
java-version: '12.x'

# Gradle cache for faster builds
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17.x'
java-version: '12.x'

# Gradle cache for faster builds
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17.x"
java-version: "12.x"


# Gradle cache for faster builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17.x"
java-version: "12.x"
# Gradle cache for faster builds
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17.x'
java-version: '12.x'

# Gradle cache for faster builds
- uses: actions/cache@v3
Expand Down

0 comments on commit b9b15a4

Please sign in to comment.