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 Java version used for builds is spread across several files, including GitHub Actions workflows and Gradle scripts.
Add a .java-version file and remove the version in the GitHub Actions scripts. This provides a single version for all the actions scripts.
Then modify the check properties Gradle task to ensure .java-version is in sync with the version declared in the Gradle scripts.
After this change, java version will only be declared in two places and it will be self-checking on CI to confirm the two versions are in sync.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
The Java version used for builds is spread across several files, including GitHub Actions workflows and Gradle scripts.
Describe the solution you'd like
Add a .java-version file and remove the version in the GitHub Actions scripts. This provides a single version for all the actions scripts.
Then modify the check properties Gradle task to ensure .java-version is in sync with the version declared in the Gradle scripts.
After this change, java version will only be declared in two places and it will be self-checking on CI to confirm the two versions are in sync.
The text was updated successfully, but these errors were encountered: