Everytime I refresh my maven dependencies in InteliJ I get this warning:
[WARNING] Failed to download maven-metadata-sonatype.xml [https://oss.sonatype.org/content/groups/public/]
Is it safe to ignore or is there any fix to this?
Hello! Everytime I reload my maven dependencies using InteliJ I get these warnings:
Is it safe to ignore them or is there anything I can do about this?
[WARNING] Failed to download maven-metadata-sonatype.xml [https://oss.sonatype.org/content/groups/public/]
[WARNING] Could not transfer...
I'm looking for a suitable replacement for this snippet of my code as it is deprecated:
private String translateColorCodes(String text) {
return ChatColor.translateAlternateColorCodes('&', text);
}
I am using 1.20.6
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.