Skip to content

Commit

Permalink
Merge branch 'develop' into feat/e2ei/rotate-conversation-with-e2ei-c…
Browse files Browse the repository at this point in the history
…ertificate
  • Loading branch information
mchenani authored Oct 25, 2023
2 parents 21d76ce + 898cc8a commit 84b2c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle-android-instrumented-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v3
uses: buildjet/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Gradle Setup
uses: gradle/gradle-build-action@v2

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/gradle-ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
# cache: gradle # Cache disabled as we use Gradle Setup below

- name: Gradle Setup
uses: gradle/gradle-build-action@v2
with:
cache-disabled: true

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
Expand Down

0 comments on commit 84b2c06

Please sign in to comment.