At the end of #5 issue, the gradle build show the following message:
:~/github/selenium-webdriver-java (kazurayam5)
$ gradle clean compileTestJava
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 12s
16 actionable tasks: 16 executed
So I tried the same with --warning-mode all option specified:
:~/github/selenium-webdriver-java (kazurayam5)
$ gradle --warning-mode all clean compileTestJava
> Configure project :selenium-webdriver-junit4
The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.4/userguide/upgrading_version_8.html#deprecated_access_to_conventions
BUILD SUCCESSFUL in 10s
16 actionable tasks: 16 executed
At the end of #5 issue, the gradle build show the following message:
So I tried the same with
--warning-mode all
option specified:refer to https://docs.gradle.org/8.4/userguide/upgrading_version_8.html#deprecated_access_to_conventions