LLibrary

LLibrary

67M Downloads

Not buildable due to missing properties with signing

Opened this issue ยท 1 comments

commented

I try to build the library by calling the build the usual way:

gradlew setupDecompWorkspace
gradlew build

These steps result in a failed build:

:signJar FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the configuration of task ':signJar'.
> No value has been specified for property 'alias'.
> No value has been specified for property 'outputFile'.
> No value has been specified for property 'inputFile'.
> No value has been specified for property 'keyPass'.
> No value has been specified for property 'keyStore'.

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

BUILD FAILED

A secret.json file is missing, which is referenced in the build script. I suppose it is optional as it is not mentioned in the readme page of this repository.

commented

Should be resolved with latest commits.