Skip to content

Upgrade to shadowjar plugin 9.3.1#2741

Open
hfmehmed wants to merge 1 commit intogoogle:mainfrom
hfmehmed:upgrade-shadowjar-plugin
Open

Upgrade to shadowjar plugin 9.3.1#2741
hfmehmed wants to merge 1 commit intogoogle:mainfrom
hfmehmed:upgrade-shadowjar-plugin

Conversation

@hfmehmed
Copy link
Copy Markdown
Collaborator

No description provided.

@hfmehmed hfmehmed force-pushed the upgrade-shadowjar-plugin branch 3 times, most recently from df39f98 to 8a8b523 Compare December 31, 2025 14:11
Comment thread build.gradle.kts Outdated
@Goooler
Copy link
Copy Markdown
Contributor

Goooler commented Feb 5, 2026

image image

META-INF/extensions/ksp_compiler.xml missed in symbol-processing-aa-embeddable-255.255.255-SNAPSHOT.jar (new).

@hfmehmed hfmehmed force-pushed the upgrade-shadowjar-plugin branch from 8a8b523 to f11fc6e Compare February 6, 2026 17:58
@hfmehmed hfmehmed changed the title Upgrade to shadowjar plugin 9.3.0 Upgrade to shadowjar plugin 9.3.1 Feb 6, 2026
@hfmehmed
Copy link
Copy Markdown
Collaborator Author

hfmehmed commented Feb 6, 2026

thanks @Goooler, i have now updated the PR

@hfmehmed hfmehmed requested a review from ting-yuan February 6, 2026 19:05
Comment on lines +76 to +77
return element.relativePath.pathString.startsWith("META-INF/analysis-api/") ||
element.relativePath.pathString == "META-INF/extensions/compiler.xml"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
return element.relativePath.pathString.startsWith("META-INF/analysis-api/") ||
element.relativePath.pathString == "META-INF/extensions/compiler.xml"
return element.path.startsWith("META-INF/analysis-api/") ||
element.path == "META-INF/extensions/compiler.xml"

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