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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user