FallingColors / HexMod

Minecraft mod about drawing spells
MIT License
127 stars 88 forks source link

Gradle build is not working #770

Closed Wanzet closed 1 hour ago

Wanzet commented 4 hours ago

Modloader

Forge

Minecraft version

1.20.1

Hex Casting version

main-branch

Modloader version

No response

Modpack info

No response

The latest.log file

No response

Issue description

Gradle cant compile your main branch mod version because Cardinal Components files are 404: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-entity/5.2.1/cardinal-components-entity-5.2.1.jar

Steps to reproduce

No response

Other information

No response

SamsTheNerd commented 2 hours ago

It seems to be building just fine on the jenkins with the most recent commit? The url you linked loads just fine for me, that's the one that was giving you a 404?

Wanzet commented 2 hours ago

It seems to be building just fine on the jenkins with the most recent commit? The url you linked loads just fine for me, that's the one that was giving you a 404?

Here's the ones: Could not find cardinal-components-entity-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-entity/5.2.1/cardinal-components-entity-5.2.1.jar Could not find cardinal-components-item-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-item:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-item/5.2.1/cardinal-components-item-5.2.1.jar Could not find cardinal-components-block-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-block:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-block/5.2.1/cardinal-components-block-5.2.1.jar Could not find cardinal-components-base-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-base/5.2.1/cardinal-components-base-5.2.1.jar

Screenshot from browser: 123

Anyway I've already just found developer's built release for 1.20.1 version

Wanzet commented 2 hours ago

It seems to be building just fine on the jenkins with the most recent commit? The url you linked loads just fine for me, that's the one that was giving you a 404?

Here's the ones: Could not find cardinal-components-entity-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-entity/5.2.1/cardinal-components-entity-5.2.1.jar Could not find cardinal-components-item-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-item:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-item/5.2.1/cardinal-components-item-5.2.1.jar Could not find cardinal-components-block-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-block:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-block/5.2.1/cardinal-components-block-5.2.1.jar Could not find cardinal-components-base-5.2.1.jar (dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.2.1). Searched in the following locations: https://maven.ladysnake.org/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-base/5.2.1/cardinal-components-base-5.2.1.jar

Screenshot from browser: 123

Anyway I've already just found developer's built release for 1.20.1 version

Now I've found that last two links are working in browser but not in git bash / cmd, that's kinda weird. It turns out it's local issue

object-Object commented 1 hour ago

this happens intermittently. the ladysnake maven kinda just sucks, it goes down like this fairly often. I don't think we can really do anything about it.