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.
When working around #92, there is still another missing configuration:
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.