Gradle build is not working
Wanzet opened this issue ยท 4 comments
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
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?
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
Anyway I've already just found developer's built release for 1.20.1 version
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
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