Skip to content

Commit

Permalink
gradel v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Mar 24, 2024
1 parent 5e7d45e commit 3acf98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PACKAGE_TYPE: "aar"
GRADLE_VERSION: "7.5"
GRADLE_VERSION: "8.4"
JAVA_VERSION: "17"
ARTIFACT_PATH: "VCL/build/outputs"
ANDROID_NEXUS_SIGNING_KEY_ID: ${{ secrets.ANDROID_NEXUS_SIGNING_KEY_ID }}
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Git clone repository
uses: actions/checkout@v4
# Setup java
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
PACKAGE_TYPE: "aar"
GRADLE_VERSION: "7.5"
GRADLE_VERSION: "8.4"
JAVA_VERSION: "17"
ARTIFACT_PATH: "VCL/build/outputs"
GLOBAL_ENV: ${{ github.event_name == 'push' && format('{0}', 'dev') || inputs.environment }}
Expand Down

0 comments on commit 3acf98b

Please sign in to comment.