Error building plugin - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Error building plugin (/thread-3287.html) |
Error building plugin - buwnertys - 04-21-2020 An error occurred while trying to build the project: The command "wget -O $TRAVIS_BUILD_DIR/.luacheckrc --no-check-certificate https://builds.cuberite.org/job/Cuberite%20Windows%20x64%20Master/lastSuccessfulBuild/artifact/Server/.luacheckrc" failed and exited with 8 during . I can't understand what the mistake is, could you tell me? link to the error RE: Error building plugin - bearbin - 04-21-2020 That error is nothing to do with your own code, it is a result of lack of maintenance to the WorldEdit CI system. Recently the unmaintained and deprecated windows builds were removed from the buildserver which has apparently removed a file which was required to test WorldEdit. I will have a look this evening at it, but don't worry that there's something wrong with your work causing the issue. RE: Error building plugin - xoft - 04-21-2020 We just need to change the path where the .luacheckrc file is downloaded from; Appveyor builds this file, so we just need a proper path for "the latest". |