This message was deleted.
# dependency-management
s
This message was deleted.
t
I'm using Kotlin DSL, so I also had to add
<trust file="kotlin-.*[.]pom" regex="true"/>
. This is OK for me as it's only
.pom
files. You could do the same for Groovy (assuming IDEA wants them for the Groovy DSL), but beware not to introduce holes in your verification (e.g. try not to blindly trust a
.jar
)
f
All my build files are
.kts
. I have no idea where
groovy-ant
is coming from.
🤷 1