Add CarGearViewerKotlin automotive build workflow#54
Merged
pflammertsma merged 4 commits intoandroid:mainfrom Jun 20, 2025
Merged
Add CarGearViewerKotlin automotive build workflow#54pflammertsma merged 4 commits intoandroid:mainfrom
pflammertsma merged 4 commits intoandroid:mainfrom
Conversation
This commit adds a new GitHub Actions workflow to build the CarGearViewerKotlin automotive app. The workflow is triggered on: - `workflow_dispatch` events - pushes to the `main` branch - pull requests targeting the `main` branch The workflow performs the following steps: - Checks out the code - Sets up JDK 17 using Zulu distribution - Sets up Gradle - Sets up the Android SDK - Builds the CarGearViewerKotlin automotive app using Gradle
This commit updates the Java version used in the `build-car-gear-viewer-kotlin.yml` workflow from 17 to 11. This change is necessary to ensure compatibility with the project's current dependencies and build environment.
|
Note The files in this pull request are not supported by Gemini Code Assist. |
This commit improves the Gradle setup and execution within the `build-car-gear-viewer-kotlin.yml` workflow by: - Making the Gradle wrapper executable using `chmod +x ./gradlew`. - Explicitly setting the working directory for Gradle execution.
Member
|
Do we need a workflow for the projects under |
Contributor
Author
|
@pflammertsma adding workflows for the other projects is a good idea. The project you mentioned are missing the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds a new GitHub Actions workflow to build the
CarGearViewerKotlin automotive app.
The workflow is triggered on:
workflow_dispatcheventsmainbranchmainbranchThe workflow performs the following steps: