Jade ๐Ÿ”

Jade ๐Ÿ”

45M Downloads

Buildscript Publishing Tokens Missing Guard Clauses

ChloeDawn opened this issue ยท 2 comments

commented

Issue description

The following lines in the buildscript do not have guard clauses, resulting in a build error for external contributors.

token = System.getenv("CURSE_TOKEN")

token = System.getenv("MODRINTH_TOKEN")

commented

The proxy arguments here also cause errors.

org.gradle.jvmargs=-Xmx3G -Xms3G -Duser.language=en -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1079

commented

Hi, I am not familiar with Gradle. So if someone can send me a PR, I will accept it