This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Add new CI workflows for Kotlin samples#76
Open
cartland wants to merge 6 commits intoandroid:mainfrom
Open
Conversation
This commit adds new CI workflows for the following Kotlin samples: - BasicHistoryApiKotlin - BasicHistorySessionsKotlin - BasicRecordingApiKotlin These workflows are triggered on push, pull request, and workflow_dispatch events. They set up JDK 11, Gradle, make gradlew executable, and build the respective Kotlin apps.
|
Note The files in this pull request are not supported by Gemini Code Assist. |
This commit configures git lfs for the checkout action in the BasicHistoryApiKotlin workflow. This ensures that large files are properly handled during the checkout process.
./gradlew wrapper This commit updates the Gradle wrapper in the SyncKotlin sample to version 6.1.1. This includes updating the gradle-wrapper.jar, gradle-wrapper.properties, gradlew, and gradlew.bat files. The changes include: - Updating the distribution URL in gradle-wrapper.properties to gradle-6.1.1-bin.zip. - Adding a copyright notice to gradlew. - Setting default JVM options in gradlew and gradlew.bat.
This commit updates the Gradle wrapper to version 5.4.1 in the BasicHistoryApiKotlin and BasicRecordingApiKotlin samples. The changes include: - Updating the gradle-wrapper.jar file. - Updating the distribution URL in gradle-wrapper.properties to gradle-5.4.1-bin.zip. - Adding a copyright notice to gradlew. - Setting default JVM options in gradlew and gradlew.bat.
This commit updates the Gradle wrapper to version 5.4.1 in the BasicHistorySessionsKotlin, BasicSensorsApiKotlin, and SleepKotlin samples. The changes include: - Updating the gradle-wrapper.jar file. - Updating the distribution URL in gradle-wrapper.properties to gradle-5.4.1-bin.zip. - Adding a copyright notice to gradlew. - Setting default JVM options in gradlew and gradlew.bat.
aBozowski
approved these changes
Jun 26, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 new CI workflows for the following Kotlin samples:
These workflows are triggered on push, pull request, and workflow_dispatch events. They set up JDK 17, Gradle, make gradlew executable, and build the respective Kotlin apps.