Upgrade from Optaplanner Failure: Missing rewrite() Method in upgrade-timefold.gradle Script #1170
Labels
bug
Something isn't working
process/needs triage
Requires initial assessment of validity, priority etc.
Describe the bug
Gradle build fails with an exception when running the upgrade script for Timefold Solver. The error indicates that the
rewrite()
method is not found.Expected behavior
he Gradle build should complete successfully, applying the necessary upgrades without any errors.
Actual behavior
The build fails with the following error message:
To Reproduce
Environment
Optaplanner 8.30.0.Final:
Output of
java -version
:Output of
uname -a
orver
:Additional information
The issue seems to be related to the rewrite() method not being available in the DefaultDependencyHandler class. This might be due to a missing plugin or an incorrect method call in the [upgrade-timefold.gradle] script.
The text was updated successfully, but these errors were encountered: