Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
swapmasterx opened this issue Aug 6, 2023 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@swapmasterx
Copy link

swapmasterx commented Aug 6, 2023

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
@swapmasterx swapmasterx added the bug Something isn't working label Aug 6, 2023
@swapmasterx
Copy link
Author

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
}]

@swapmasterx
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants