This message was deleted.
# community-support
s
This message was deleted.
g
If catalog is defined in the same settings script then no. The build script classpath is already composed to run actual settings script which loads catalogs. Of course you could try load them manually in settings plugin but it would be fragile. Much better just to use catalog in an included build and apply required settings plugins from your settings plugin
e
It's defined in a toml file
g
v
iirc you cannot use the version catalog in the settings script at all - no matter where, as they are only created during evaluation of the settings script. Without parsing the TOML file manually that is.