We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The approval tests started malfunctioning after changes to the version management setup.
There are a couple of problems: approvalActualOutput points to the wrong file. def approvalActualOutput = "approval-test-actual.txt"
the approval tests functions should be dependent on copyJarToBin instead of fatJar.
And approvaltest should be fixed, so at runtime, the scripts used, points to the current version.jar, instead of @Version@
The text was updated successfully, but these errors were encountered:
samdion1994
No branches or pull requests
The approval tests started malfunctioning after changes to the version management setup.
There are a couple of problems:
approvalActualOutput points to the wrong file.
def approvalActualOutput = "approval-test-actual.txt"
the approval tests functions should be dependent on copyJarToBin instead of fatJar.
And approvaltest should be fixed, so at runtime, the scripts used, points to the current version.jar, instead of @Version@
The text was updated successfully, but these errors were encountered: