We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an old project using mechdb and mechnet in need of update, I need to generate the mechanoid class's for it is there anyway i can still do it ?
The text was updated successfully, but these errors were encountered:
yes you can do ./build.sh product
./build.sh product
But if you just want runtime you can simply use my fork which can be easy included in Gradle file
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { implementation 'com.github.hannesa2:mechanoid:2.5' }
Sorry, something went wrong.
No branches or pull requests
I have an old project using mechdb and mechnet in need of update,
I need to generate the mechanoid class's for it is there anyway i can still do it ?
The text was updated successfully, but these errors were encountered: