Skip to content
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

Support #273

Open
elincognito opened this issue Dec 19, 2017 · 1 comment
Open

Support #273

elincognito opened this issue Dec 19, 2017 · 1 comment

Comments

@elincognito
Copy link

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 ?

@hannesa2
Copy link

hannesa2 commented Aug 15, 2018

yes you can do ./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'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants