I have forked the following repo:
flameSDK. I've made a minor change, just adding a log to it but when I try and create the jar via maven install, the build seems to fail. Getting a cannot find symbol.
I even tried mvn clean install
before I made any changes but still the build fails due to that error.
The error stems from something regarding generated files. I am using the above repo as a maven dependency in my other project and it works fine with no error but I would like to make a minor change and then use my modified version of the sdk in my app.
Not sure why it fails, I was assuming since it works, the build should pass just fine.. any suggestions?