Maven artifactId
should have lowercase letters. Guide to naming conventions says:
artifactId is the name of the jar without version. If you created it then you can choose whatever name you want with lowercase letters and no strange symbols.
Has Gradle something similar? How should Gradle projects be named?