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

Add LCM into gradle #326

Open
Joechencc opened this issue Jun 4, 2020 · 0 comments
Open

Add LCM into gradle #326

Joechencc opened this issue Jun 4, 2020 · 0 comments

Comments

@Joechencc
Copy link

Joechencc commented Jun 4, 2020

I want to import LCM message in gradle, I moved lcm.jar into the lib/ folder in root directory and change setting.gradle to the following. I wonder why that is not working. ERROR: The import lcm cannot be resolved.

buildscript {
repositories {
maven { url "https://plugins.gradle.org/m2/" }
mavenLocal()
flatDir {
dirs 'lib'
}
}
dependencies {
}
}

compile name: 'lcm'

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

1 participant