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

automatically pull latest version for build.gradle #556

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yuandrew
Copy link
Contributor

What was changed

Auto pull the latest release from sdk-java

Why?

This should now match the version that CI pulls from changes made in #530

Checklist

  1. How was this tested:

Pulls the correct version locally


dependencies {
implementation 'ch.qos.logback:logback-classic:1.2.9'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.jayway.jsonpath:json-path:2.6.0'
implementation 'info.picocli:picocli:4.6.2'
implementation 'io.temporal:temporal-sdk:1.26.1'
implementation "io.temporal:temporal-sdk:${latestSdkVersion}"
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if this is something that needs to be done at runtime of features instead of inside the build.gradle. IIUC every SDK language in features has a fixed default that can be overridden at runtime? Why override in this gradle instead of via CLI args of the features CLI?

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.

2 participants