Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Conversation

@cartland
Copy link

@cartland cartland commented May 8, 2025

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 17, Gradle, make gradlew executable, and build the respective Kotlin apps.

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.
@gemini-code-assist
Copy link

Note

The files in this pull request are not supported by Gemini Code Assist.

cartland added 5 commits May 8, 2025 01:32
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants