This message was deleted.
# community-support
s
This message was deleted.
z
my goal is to prevent this issue from happening in CI
v
Well, it is basically just a warning. Because if you don't use the accessors in that script plugin, it doesn't matter that they couldn't be generated. And if you do use them in the script plugin, then the compilation of the script plugin will fail.
p
You can also put
<http://systemProp.org|systemProp.org>.gradle.kotlin.dsl.precompiled.accessors.strict=true
in your
gradle.properties
file in order to turn this into an error
❤️ 2