FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
299 stars 33 forks source link

Change URLs to HTTPS #46

Closed Bad-At-Usernames closed 2 years ago

Bad-At-Usernames commented 3 years ago

Using insecure protocols causes an exception with fabric-example-mod on Gradle 1.7 with Java 16.

Juuxel commented 3 years ago

I'm not sure if this is the best solution here - the repositories aren't needed at all because Loom already adds them.

Bad-At-Usernames commented 3 years ago

Then should dependencies be removed entirely from the README?

Juuxel commented 3 years ago

I think removing the repositories parts of the usage section is fine. (The actual dependency information after them is still useful)

modmuss50 commented 3 years ago

This project is a bit weird, you must edit the template in https://github.com/FabricMC/fabric-language-kotlin/blob/master/templates/README.template.md and then run a taks to update the readme (I forget the name of it off the top of my head)