10000 [FSSDK-10505] chore: update mockito and java version by muzahidul-opti · Pull Request #502 · optimizely/android-sdk · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-10505] chore: update mockito and java version #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip: java distrbution updated
  • Loading branch information
muzahidul-opti committed Dec 12, 2024
commit 6472ae0614e103c0d8265e97dc7d6570766c058a
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
java-version: '17.0.13'
distribution: 'temurin'
- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
# distribution: 'temurin'
# cache: gradle
java-version: '17.0.13'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Clean all modules
Expand Down
Loading
0