You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When building, it says Bad service configuration file, or exception thrown while constructing Processor object: com/karuslabs/utilitary/AnnotationProcessor
To Reproduce
Steps to reproduce the behavior:
Build with typist
See error
Expected behavior
I expected it to build, since there are no errors on my IDE.
Environment (please complete the following information):
Java Version: 17
Platform: Paper
Platform Version: 1.18.2
Chimera Version: 5.2.0
The text was updated successfully, but these errors were encountered:
Interesting, seems like there's a configuration error in Typist 5.2.0. In hindsight, I completely forgot to bump the version when releasing 5.2.0. Reverting typist to 5.1.0 seems to fix it on my side. In the interim, perhaps you can downgrade to 5.1.0 while I work on a fix.
Thanks for reporting the issue, @soshimee ! After looking into the issue, it seems to be due to a misconfiguration in maven-shade for typist, specifically, we were accidentally creating separate shaded artifacts. We've seen released a fix that patches 5.2.0. All that needs to be done is clear you local cache and rebuild the project.
Please do let us know if the issue still persists.
Describe the bug
When building, it says
Bad service configuration file, or exception thrown while constructing Processor object: com/karuslabs/utilitary/AnnotationProcessor
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected it to build, since there are no errors on my IDE.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: