BTW - the sample-multi-module example also fails (...
# refreshversions
d
BTW - the sample-multi-module example also fails (when hardcoding the version number to 0.9.7) with:
Copy code
* Where:
Settings file '/Users/david/dev/misc/refreshVersions/sample-multi-modules/settings.gradle.kts' line: 16

* What went wrong:
An exception occurred applying plugin request [id: 'de.fayard.refreshVersions', version: '0.9.7']
> Failed to apply plugin 'de.fayard.refreshVersions'.
   > class org.gradle.initialization.DefaultSettings_Decorated cannot be cast to class org.gradle.api.Project (org.gradle.initialization.DefaultSettings_Decorated and org.gradle.api.Project are in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader @5b275dab)
l
The settings plugin didn't exist in 0.9.7, that's why.
👍 1