Hex Casting

Hex Casting

6M Downloads

Gradle build is not working

Wanzet opened this issue ยท 4 comments

commented

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

commented

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?

commented

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

commented

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

commented

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.