Closed CloneWith closed 3 months ago
The test did not initiate the project with dependency injection for now. It was de-synced after dependency injection module involved.
I'm trying to figure out how to solve this problem, but for now I only have an idea with delegating classes.
A temporary workaround is append -Dmaven.test.skip=true
as a maven parameter.
btw it will not do anything on its own as a framework. you still need to write your own logical code base on this framework.
I'm just new to Java servers, so feel free to point out potential operational issues.
Using branch
dev
.Involved Tasks
on *-parent:
Error
I tried to make this project running in terms of
jar
packages, so I launched thepackage
target, and then tests seems to fail with the following log:Following this, I've found a reference without arguments in
OsuBotImpl
, line 53:Seemingly this initialized a bot user object with
api
null.I really wanna try this bot out, and ping me if you've found out something improper on any side.