wendall911 / TinkerSurvival

A Minecraft 1.12+ mod designed to create an early game survival concept for Tinkers' Construct.
https://minecraft.curseforge.com/projects/tinkersurvival
Other
13 stars 9 forks source link

Could not get unknown properties for Curseforge #93

Closed happysmash27 closed 1 year ago

happysmash27 commented 1 year ago

When working around #92, there is still another missing configuration:

FAILURE: Build failed with an exception.

* Where:
Build file '/mnt/Biblioteko/Gits/ForkMinecraft/TinkerSurvival/build.gradle' line: 119

* What went wrong:
A problem occurred evaluating root project 'TinkerSurvival'.
> Could not get unknown property 'tscurseApiKey' for root project 'TinkerSurvival' of type org.gradle.api.Project.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

If commenting out only that line, it also fails to get tscurseId.

Commenting out the entire section, or putting a fake placeholder API key and ID directly in the source code, both seem to work as a workaround of getting rid of this error.