Skip to content
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

Depend on daily/dev builds of Maps SDK #647

Merged
merged 5 commits into from
Nov 7, 2024

Conversation

gunt0001
Copy link
Collaborator

@gunt0001 gunt0001 commented Nov 6, 2024

Related to issue: https://devtopia.esri.com/runtime/kotlin/issues/4771

Description:

Changes to gradle scripts to depend on the latest MapsSDK version as part of every CI build. For local builds (from Android Studio), the Maps SDK version is still determined from gradle.properties.

Summary of changes:

In settings.gradle.kts changed initialization of sdkVersionNumber and sdkBuildNumber to prioritise versions provided via command line. If these don't exist, fall back to versions in gradle.properties.

Pre-merge Checklist

@gunt0001 gunt0001 marked this pull request as ready for review November 6, 2024 15:34
@gunt0001 gunt0001 self-assigned this Nov 6, 2024
@gunt0001 gunt0001 requested a review from sorenoid November 6, 2024 15:34
Copy link
Collaborator

@sorenoid sorenoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. logging shows up now.

)
sdkVersionNumber
} else {
logger.warn("Maps SDK dependency: $sdkVersionNumber-$sdkBuildNumber")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jenkins logged

11:21:57 Maps SDK dependency: 200.6.0-4399

which is the build number in gradle.properties. daily is 4412

@TADraeseke TADraeseke self-requested a review November 7, 2024 18:27
Copy link
Collaborator

@TADraeseke TADraeseke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! @sorenoid asked to merge when ready to try to get it in the noon build. SO merging now...

@TADraeseke TADraeseke merged commit 80b357a into v.next Nov 7, 2024
@TADraeseke TADraeseke deleted the gunther/sdk_dependency_daily branch November 7, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants