MineColonies

MineColonies

53M Downloads

Could not find com.ldtteam:structurize:0.10.324-ALPHA. [When Set Up build environment]

LookUpPls opened this issue ยท 5 comments

commented

when I Execute the gradlew setupDecompWorkspace command the gradlew show me an error like this:

A problem occurred configuring root project 'minecolonies'.
> Could not resolve all files for configuration ':additionalMods'.
   > Could not find com.ldtteam:structurize:0.10.324-ALPHA.
     Searched in the following locations:
       - file:/C:/Users/liu/.gradle/caches/forge_gradle/bundeled_repo/com/ldtteam/structurize/0.10.324-ALPHA/structurize-0.10.324-ALPHA.pom
       - file:/C:/Users/liu/.gradle/caches/forge_gradle/bundeled_repo/com/ldtteam/structurize/0.10.324-ALPHA/structurize-0.10.324-ALPHA.jar
       - https://libraries.minecraft.net/com/ldtteam/structurize/0.10.324-ALPHA/structurize-0.10.324-ALPHA.jar

the full message after I exec the command is here

C:\Users\liu\Documents\WorkSpace\MC\minecolonies>gradlew setupDecompWorkspace
Daemon will be stopped at the end of the build stopping after processingse consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html.

> Configure project :
Cannot run the CurseUpload sequence. No API-Key or release type has been provided.
New Dep: net.minecraftforge:forge:1.15.2-31.2.8_mapped_snapshot_20200606-1.15.1_at_057a9e35238fd1cf9ef7cf99394bf14cc96691ad
Setup
Setup

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\liu\Documents\WorkSpace\MC\minecolonies\build.gradle' line: 245

* What went wrong:
A problem occurred configuring root project 'minecolonies'.
> Could not resolve all files for configuration ':additionalMods'.
   > Could not find com.ldtteam:structurize:0.10.324-ALPHA.
     Searched in the following locations:
       - file:/C:/Users/liu/.gradle/caches/forge_gradle/bundeled_repo/com/ldtteam/structurize/0.10.324-ALPHA/structurize-0.10.324-ALPHA.pom
       - file:/C:/Users/liu/.gradle/caches/forge_gradle/bundeled_repo/com/ldtteam/structurize/0.10.324-ALPHA/structurize-0.10.324-ALPHA.jar
       - https://libraries.minecraft.net/com/ldtteam/structurize/0.10.324-ALPHA/structurize-0.10.324-ALPHA.jar
     Required by:
         project :

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24s
commented

I'm pretty sure they don't offer support for building fresh.

But for me, all I did was download the Structurize version it requested and put it in [minecolonies base folder]/libs (you may have to make the folder). If there is a better way then I don't know it (assuming you are not building Structurize fresh as well). Also don't forget to use Java 8.

commented

Our buildsystem is still offline so it can't find that structurize version automatically atm. I hope soon it is online again. Until then, download structurize 324 from curse and put it in the folder like Shadow described.

commented

I download the jar and put it to the folder - file:/C:/Users/liu/.gradle/caches/forge_gradle/bundeled_repo/com/ldtteam/structurize/0.10.324-ALPHA/structurize-0.10.324-ALPHA.jar
, but I can't find a place to download structurize-0.10.324-ALPHA.pom, so the error is still on

commented

wrong place. Make a libs folder like shadow said.

commented

I did what you said, and Problem solved. Thank you very much