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

cleanup: don't pull pre-release java templates #806

Closed

Conversation

manuelnaranjo
Copy link

java template is exposed by bazel it self, and should point to whatever
the current release of bazel has, instead of pulling a pre-5.x version.

java template is exposed by bazel it self, and should point to whatever
the current release of bazel has, instead of pulling a pre-5.x version.
@restingbull
Copy link
Collaborator

Silly question -- is that template exposed on all versions of Bazel?

@manuelnaranjo
Copy link
Author

Silly question -- is that template exposed on all versions of Bazel?

Versions lower than 5.X don't support it, it was added for rules_kotlin almost a year ago bazelbuild/bazel#13790 bazelbuild/bazel#12994

So this change would break compatibility of rules_kotlin with pre 5 bazel, if that's a requirement I could try to make something that's portable, but how long are you going to keep that compatibility

@restingbull
Copy link
Collaborator

December 2023.

The template is pretty stable, as it's mostly just small improvement to the bash sniffing -- which is why I haven't been too worried.

@manuelnaranjo
Copy link
Author

Alright, let's drop this then

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.

None yet

2 participants