EditSign (Forge&Fabric)

EditSign (Forge&Fabric)

820k Downloads

A problem occurred evaluating project ':forge'. path may not be null or empty string. path='null'

mk-pmb opened this issue ยท 2 comments

commented

Describe the bug

Similar to the bug a few minutes ago, I was trying to build tag 2.2.6 (actions run), but I probably missed some step in configuring the build.

FAILURE: Build failed with an exception.

Minecraft version

1.18 (from gradle config)

Forge version

no idea

Mod version

2.2.6 (guessing from tag name)

Relevant log output

FAILURE: Build failed with an exception.

* Where:
Build file '/home/runner/work/ghabuild-minecraft-mod-editsign/ghabuild-minecraft-mod-editsign/mod-repo/forge/build.gradle' line: 88

* What went wrong:
A problem occurred evaluating project ':forge'.
> path may not be null or empty string. path='null'

* Try:
> Run with --debug option to get more log output.
> Run with --scan to get full insights.

* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating project ':forge'.
commented

I'm not too sure about this one, but may be the same as the other issue where the path to the gpg key file is missing?
https://github.com/Rakambda/EditSign/blob/2.2.6/forge/build.gradle#L88

Another idea may be the run directory (https://github.com/Rakambda/EditSign/blob/2.2.6/forge/build.gradle#L44). I'm not really a gradle expert so either you'll need to remove these overrides to have it work, or create the folder.

commented

Thank you again for your hints! Unfortunately I have to abandon fixing the old versions for lack of time.