Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/setup-java@v6
with:
distribution: temurin
java-version: 17
java-version: 17.0.20+101
- name: Build with Gradle
run: ./gradlew :androidApp:assembleDebug
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v6
with:
distribution: temurin
java-version: 17
java-version: 17.0.20+101
- name: Build iOS app
run: >
xcodebuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v6
with:
distribution: temurin
java-version: 17
java-version: 17.0.20+101

# Kotlin/Native framework (:shared:embedAndSignAppleFrameworkForXcode) is compiled by the
# Xcode build phase via Gradle; cache its dependencies and the Konan toolchain across runs.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v6
with:
distribution: temurin
java-version: 17
java-version: 17.0.20+101
- uses: gradle/actions/setup-gradle@v6
- name: Build web app
run: ./gradlew :webApp:wasmJsBrowserDistribution