-
Notifications
You must be signed in to change notification settings - Fork 101
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
fix: Corrected a problem where the version was null in the desktop version. #1643
fix: Corrected a problem where the version was null in the desktop version. #1643
Conversation
✅ Rule acceptance tests passed. |
This is the Exception that caused the problem.
I suspect it has to do with the fact that the jars have to be converted to java modules to be able to use jpackage. jpackage creates the installers. Addendum: |
✅ Rule acceptance tests passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
If this really is the fix, then I'm also not sure why it worked before. Which is to say, maybe it never did in a packaged application, as you mentioned. |
…-showing-version-number
✅ Rule acceptance tests passed. |
Summary:
closes #1606
The version in the html report was
null
with the desktop version of the validator.Expected behavior:
It should be the current version.
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything