YUNG-GANG / YUNGs-API

API for my Minecraft mods
GNU Lesser General Public License v3.0
22 stars 12 forks source link

Fix build.gradle config assuming ossrhUsername and ossrhPassword properties exist #30

Closed the-sink closed 2 years ago

the-sink commented 2 years ago

It seems the build.gradle is expecting two auth properties that won't necessarily be provided from anyone just looking to build the plugin from source, so these should probably be checked for and a default set if they don't exist.

Addresses #16

yungnickyoung commented 2 years ago

Thanks. Went ahead and merged, although I'll need to duplicate this for the new multiloader branch.