sharedstreets / sharedstreets-builder

Making maps connectable: stable, non-proprietary IDs and data standards for streets
MIT License
28 stars 12 forks source link

error with protobuf in Intellij #18

Open jn01674361 opened 5 years ago

jn01674361 commented 5 years ago

Hi!

I've built the SharedStreets-Builder in Intellij from the gradle file, but I get this error when running:

Exception in thread "main" java.lang.NoClassDefFoundError: io/sharedstreets/shadow/protobuf/ByteString

Is there something I should change in build.gradle to get around this?

hbruch commented 5 years ago

Probably (like me, see #24) you did not build using gradle allJars?