Skip to content

Conversation

@kashev
Copy link

@kashev kashev commented Nov 22, 2025

  • a summary of the change
  • either
    • a link to the issue you are resolving (for small changes)
    • a link to the PR you just created (for big changes likely to have discussion)

@nedtwigg nedtwigg enabled auto-merge November 22, 2025 04:48
@nedtwigg
Copy link
Member

looks great, thanks for the contribution

@nedtwigg
Copy link
Member

looks like you need to run rewriteRun

auto-merge was automatically disabled November 22, 2025 15:54

Head branch was pushed to by a user without write access

@nedtwigg nedtwigg enabled auto-merge November 22, 2025 17:28
@nedtwigg nedtwigg merged commit 7f90d65 into diffplug:main Nov 22, 2025
20 checks passed
@kashev kashev deleted the feat/wildcard-version-for-foreign-exe branch November 23, 2025 03:51
}
String versionFound = versionMatcher.group(1);
if (!versionFound.equals(version)) {
if (!VERSION_WILDCARD.equals(versionFound) && !versionFound.equals(version)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems wrong? It should check version for the wildcard, instead of versionFound.

black(java.lang.RuntimeException) You specified version *, but Spotless found 19.10b0 (...)

Copy link
Author

Choose a reason for hiding this comment

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

@jpraet Agreed :( I will put up a new PR to fix this when I'm able to.

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