playerAnimator

playerAnimator

28M Downloads

"Repository name 'KosmX's maven' is not valid for publication"

swapmasterx opened this issue ยท 2 comments

commented

Describe the bug
Gradle won't let the mod mount from this repository because, "The supplied phased action failed with an exception.
A problem occurred configuring root project 'ddwas'.
Repository name 'KosmX's maven' is not valid for publication. Must match regex [A-Za-z0-9_-.]+."

To Reproduce
Steps to reproduce the behavior:

  1. Add respective items to dependency blocks in format
  2. Get error saying the repository is not valid

Expected behavior
The mod to mount into the dependencies

Setup config (minecraft, modloader, libraries):

  • Minecraft version: 1.19.2
  • Mod loader: Fabric 0.14.22
  • PlayerAnimator Library version: 1.0.2 (unmarked on api so I don't know if its the 1.19.2 one)
  • MC library version: fabric-api-0.76.0+1.19.2.jar
commented

Removing "KosmX's " from the name fixed it. Don't know why its in the mod integration text if it breaks it.

commented

Full error log.
[{
"resource": "/c:/Users/username/Desktop/New folder/ddwas/build.gradle",
"owner": "generated_diagnostic_collection_name#3",
"code": "0",
"severity": 8,
"message": "The supplied phased action failed with an exception.\r\nA problem occurred configuring root project 'ddwas'.\r\nRepository name 'KosmX's maven' is not valid for publication. Must match regex [A-Za-z0-9_\-.]+.",
"source": "Java",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 1
}]