-
Notifications
You must be signed in to change notification settings - Fork 157
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
:verifyRelease - No signature of method - After updating from 1.18.8 to 1.18.9 #827
Comments
Hi, that's really strange, take a look: The only thing released in 1.18.9 was the fix for concurrent map modification and Could you check if forcing a downgrade of jna helps? |
It doesn't seem to help, I've tried
and then The concurrent map modification changes you mentioned are touching "SnapshotDependenciesChecker" and the error mentions "snapshotDependencies" so I thought perhaps it is related? Adding
|
We have exact the same issue with the axion-release-plugin and traced it down to the 1.18.9 version. |
Hello, I couldn't share the link to the actual repository I'm working on but I've found a way to create an almost empty gradle project from scratch that seems to replicate the issue
|
It seems to be working on the project you provided
and all other tests are passing, so I hope it will resolve the issue |
v1.18.10 was just released, I hope it will work as expected now |
With v1.18.10 we're getting
which seems similar to the 330. Is it a new issue/a regression? |
@ksiczek could you share your Gradle project layout? I assume your Gradle module referenced in another module is detected as snapshot? |
Sure @bgalek. This is a multi-module project with the directory structure as follows:
We release everything as a single version. /build.gradle
The sub-projects are not related to the axion or release. I jumped in here because we also faced the issue with Edit: we also release locally |
Thanks! I'll look into this today, I hope to resolve it so you'll get back on track! |
I would like to confirm that 1.18.10 works correctly in my repository. Thank you for fixing it so quickly :) |
@hetzijzo did the last release resolved your problem too? |
@marcopacurariu3 @ksiczek I need more information, to reproduce the issue. How does your plugin configuration work, and what are your tags/submodules configurations. Could you prepare a repository like @greenjoe did or a PR with failing test? |
@bgalek Thanks for the fast fix. Version 1.8.10 fixed the issue. |
@bgalek I prepared a repository which reflects the configuration we have with @ksiczek |
@bgalek I used
The project has 11 modules, but snapshots where found in 5 of them. Release was performed by GitHub Action and Gradle |
@marcindabrowski I assume you have one version for every submodule? |
@danielnicinski in your demo, you want to version all modules the same version, right? |
ok, i think i see the bug, thanks for your examples, I'll need to prepare a test in repo for that |
…t should not be detected as snapshots | fixes #827
…t should not be detected as snapshots | fixes #827
this should do the trick: https://github.com/allegro/axion-release-plugin/pull/831/files |
…t should not be detected as snapshots | fixes #827
…t should not be detected as snapshots | fixes #827
…t should not be detected as snapshots | fixes #827
Yes, and I have one tag for whole repository. |
…t should not be detected as snapshots | fixes #827
@marcindabrowski @danielnicinski @ksiczek I'll release a fix today, please get back to me if this helped - provided tests reposities are working from snapshot |
@bgalek version 1.18.12 is working with my projects. |
I confirm it fixed the issue we had. Thanks |
That works great for us too. It was blazing fast, thanks a ton. |
Hello, in one of our libraries the "release" step fails after updating the plugin from 1.18.8 to 1.18.9. The error message is:
The update works in our other gradle projects, but fails in one multi-module gradle project. I'm not sure if this is some kind of bug in the plugin or possibly we have an incorrect configuration. Could you please give me any hints?
The text was updated successfully, but these errors were encountered: