-
Notifications
You must be signed in to change notification settings - Fork 80
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
Gradle compiler error for springwolf-core 0.11.0 #232
Comments
Hi @hirth-abi, thanks for reporting the bug. We are already working to provide a fix. |
@sam0r040 and me analyzed this yesterday. While we are not able to reproduce this exactly, we stumbled in another project over We believe the issue is that the |
Latest snapshot build contains the version field for all dependencies (except spring ones): https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/springwolf/springwolf-core/0.11.0-SNAPSHOT/springwolf-core-0.11.0-20230625.220629-2.pom |
Thank you for the report @maksymgendin Are you (@maksymgendin and/or @hirth-abi) able to verify whether the current snapshot version resolves the issue? FYI: We are preparing a patch release: #244 |
Yes, I have no compiler error with 0.11.0-SNAPSHOT |
Thanks for verifying the fix. We will push forward with a patch release then. |
Thank you for the reports. The patch release is available now. |
@timonback Sorry for the late reply. Runtime works as well, thanks for the fix ❤️ |
Describe the bug
After upgrading springwolf-core to 0.11.0, Gradle logs the listed compiler error. The compilation still succeeds.
Dependencies and versions used
implementation "io.github.springwolf:springwolf-core:0.11.0"
runtimeOnly "io.github.springwolf:springwolf-ui:0.8.0"
Stack trace and error logs
The text was updated successfully, but these errors were encountered: