-
Notifications
You must be signed in to change notification settings - Fork 43
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
[BUILD ERROR] Username must not be null! #614
Comments
I logged in to my Github account in Intellij IDEA, but still get this error. |
Ah this is the things that is complaining:
Its for the CI, which provides both the
to download this package https://github.com/doki-theme/doki-build-source-jvm/packages/1615503 I think I have the build source published to my maven local, which is why mine doesn't complain about it, because it finds it in maven local before having to go to the remote to download it. So a fix could be download the build source code and run or create a personal access token and set that as an environment variable along with your username. I'll add some docs to the contributing file then close this issue. |
Finally managed to build. Thanks. |
What are you planning on adding? |
I want to help you with adding, fixing and etc., but I should learn kotlin and Intellij IDEA SDK in the first position. |
Got it, I'll assume you are looking to work on #533 , right? (Merry Christmas by the way 🎄 ) |
Describe the bug
I downloaded the source code and opened it in Intellij IDEA. Got this:
To Reproduce
Expected Behavior
To download required Gradle modules without error
Environment
Screenshots

The text was updated successfully, but these errors were encountered: