Skip to content

Conversation

kahgoh
Copy link
Member

@kahgoh kahgoh commented Jan 16, 2025

This is fix the following warning about using deprecated Gradle features:

The automatic loading of test framework implementation dependencies
has been deprecated. This is scheduled to be removed in Gradle 9.0.
Declare the desired test framework directly on the test suite or
explicitly declare the test framework implementation dependencies on
the test's runtime classpath. Consult the upgrading guide for
further information:
https://docs.gradle.org/8.7/userguide/upgrading_version_8.html#test_framework_implementation_dependencies

pull request

The deprecation warning was mentioned in the forums https://forum.exercism.org/t/deprecated-gradle-features-warning-in-the-java-track/14906


Reviewer Resources:

Track Policies

Copy link
Contributor

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

This is fix the following warning about using deprecated Gradle
features:

  The automatic loading of test framework implementation dependencies
  has been deprecated. This is scheduled to be removed in Gradle 9.0.
  Declare the desired test framework directly on the test suite or
  explicitly declare the test framework implementation dependencies on
  the test's runtime classpath. Consult the upgrading guide for
  further information:
  https://docs.gradle.org/8.7/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
@kahgoh
Copy link
Member Author

kahgoh commented Jan 16, 2025

When merging, I think we can add the [no important files changed] because this doesn't really change the nature of the tests.

@kahgoh
Copy link
Member Author

kahgoh commented Jan 16, 2025

@manumafe98, could you please review this?

@kahgoh kahgoh mentioned this pull request Mar 8, 2025
@manumafe98 manumafe98 self-assigned this Mar 16, 2025
@manumafe98 manumafe98 self-requested a review March 16, 2025 01:34
@kahgoh kahgoh merged commit 6c4a0b3 into exercism:main Mar 18, 2025
4 checks passed
@kahgoh kahgoh deleted the fix/deprecated-gradle branch March 18, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants