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