PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property 'serverLibrariesTxt' doesn't have a configured value.

kev626 opened this issue · comments

When trying to build a fork project using 1.3.0-SNAPSHOT, I receive the following error:

$ ./gradlew applyPatches
> Task :paper:prepareForDownstream FAILED
> Task :getPaperUpstreamData FAILED

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':paper:prepareForDownstream' (type 'PaperweightCorePrepareForDownstream').
  - In plugin 'io.papermc.paperweight.core' type 'io.papermc.paperweight.core.tasks.PaperweightCorePrepareForDownstream' property 'serverLibrariesTxt' doesn't have a configured value.

    Reason: This property isn't marked as optional and no value has been configured.

    Possible solutions:
      1. Assign a value to 'serverLibrariesTxt'.
      2. Mark property 'serverLibrariesTxt' as optional.

    Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#value_not_set for more details about this problem.

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

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
2 actionable tasks: 2 executed

This still happens on commit 681cc42.

Please do not spam issues, if this was meant to be fixed the issue would be closed.