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

Use gradle.properties for gradle plugin version #71

Merged

Conversation

hpmellema
Copy link
Contributor

Description of changes

Updates the examples in the repository to use gradle properties to set the gradle plugin version. This will make it a bit easier to update the plugin version via github actions.


By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 license.

@hpmellema hpmellema requested a review from a team as a code owner February 14, 2024 16:52
Comment on lines +18 to 19
curl -sL https://api.github.com/repos/smithy-lang/smithy/releases/latest | \
jq -r '.tag_name')" >> $GITHUB_OUTPUT
Copy link
Contributor

Choose a reason for hiding this comment

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

Once we switch over the CLI release, we'll start including the VERSION file in the release assets. Instead of relying on the GH api, we can use the version-file too if we wanted. Occasionally, the api is finicky.

@hpmellema hpmellema merged commit a8f14cf into smithy-lang:main Feb 14, 2024
1 check passed
@hpmellema hpmellema deleted the use-gradle-properties-for-plugin-version branch February 14, 2024 17:24
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