Skip to content

Fix GitHub package publishing workflow.#82

Merged
JuliaSamartseva merged 1 commit intomainfrom
memory-footprint-fix
Apr 16, 2025
Merged

Fix GitHub package publishing workflow.#82
JuliaSamartseva merged 1 commit intomainfrom
memory-footprint-fix

Conversation

@JuliaSamartseva
Copy link
Collaborator

No description provided.

@JuliaSamartseva JuliaSamartseva merged commit 39a24bf into main Apr 16, 2025
4 checks passed
@JuliaSamartseva JuliaSamartseva deleted the memory-footprint-fix branch April 16, 2025 18:37
@garanj
Copy link
Collaborator

garanj commented Apr 16, 2025

@JuliaSamartseva did this fix the package issue? Nice spot!! Did I say something about it likely being my fault!! 🤣

@JuliaSamartseva
Copy link
Collaborator Author

JuliaSamartseva commented Apr 17, 2025

@garanj, the problem was with having maven directory inside META-INF that contained pom.xml for several dependency libraries in initial memory footprint jar. Maven publisher plugin was picking it up as the metadata for the whole result package and using metadata from only one of them, so I just excluded it from the result jar which fixed the issue. It was not your fault :)

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