Disable checking for snapshots in jcenter

This commit is contained in:
Piotrek Żygieło 2020-03-07 23:12:07 +01:00
parent 4749833534
commit 467e3a9343
No known key found for this signature in database
GPG Key ID: B09094F5D5FB7880

View File

@ -852,6 +852,9 @@
<pluginRepository>
<id>jcenter</id>
<name>JCenter</name>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://jcenter.bintray.com/</url>
</pluginRepository>
</pluginRepositories>