delvr / Farseek

A Scala API for Minecraft mods.
https://minecraft.curseforge.com/projects/farseek
20 stars 4 forks source link

Unknown Property #36

Closed Derjyn closed 6 years ago

Derjyn commented 6 years ago

Could not get unknown property 'githubUser' for root project 'Farseek-1.12-2.2.3' of type org.gradle.api.Project

delvr commented 6 years ago

Hi Derjyn, thanks for reporting this. The build process was requiring githubUser to be defined somewhere (typically in the user's gradle.properties along with GitHub API keys and such), but I changed that in the new Farseek 2.2.4 release to use the new property modAuthors (typically from the project-level gradle.properties) instead. Please let me know if there's any issues with this new property. Thanks!