Trust all module metadata till Gradle 6.8 update (KTI-493)

There's and issue with absent module files 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-20 23:53:20 +03:00
parent 73bc16896d
commit 1558bd7373
+1
View File
@@ -40,6 +40,7 @@
<trust file=".*-javadoc[.]jar" regex="true"/>
<trust file=".*-sources[.]jar" regex="true"/>
<trust file=".*[.]pom" regex="true"/>
<trust file=".*[.]module" regex="true"/>
</trusted-artifacts>
</configuration>
<components>