Trust all poms till Gradle 6.8 update (KTI-493)

There's and issue with absent poms in the cache that leads to
"Artifact has been deleted from dependency cache" that can be resolved
by cleaning caches. It should be fixed in Gradle 6.8

https://github.com/gradle/gradle/issues/12713
This commit is contained in:
Nikolay Krasko
2021-03-17 14:45:23 +03:00
parent efcb071f24
commit 73bc16896d
+1
View File
@@ -39,6 +39,7 @@
<trust file="kotlin-native-prebuilt-.*" regex="true"/>
<trust file=".*-javadoc[.]jar" regex="true"/>
<trust file=".*-sources[.]jar" regex="true"/>
<trust file=".*[.]pom" regex="true"/>
</trusted-artifacts>
</configuration>
<components>