Im trying to automate publishing my Java package to maven central but nothing will work regardless of what I do, I have no idea whats going on and at this point im too tired of it to try around more, I have attached my build.gradle file since I cant paste it in here, this is the error im getting in my workflow
> Task :publishMavenJavaPublicationToGitHubPackagesRepository FAILED
10 actionable tasks: 9 executed, 1 up-to-date
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':publishMavenJavaPublicationToGitHubPackagesRepository'.
> Failed to publish publication 'mavenJava' to repository 'GitHubPackages'
> Invalid publication 'mavenJava': artifactId (String1_groovyProxy@748e70cf) is not a valid Maven identifier ([A-Za-z0-9_\-.]+).
I dont even know whats going on here anymore