pschichtel / JavaCAN

A simple JNI wrapper for the socketcan API provided by the Linux kernel. As it is wrapping a Linux Kernel API, it is intended for use on Linux only.
https://schich.tel
MIT License
49 stars 21 forks source link

Published artifacts (maven central) does not include jar file #58

Closed adparts closed 4 months ago

adparts commented 4 months ago

image

Using this project in a maven fails the download:

Failed to execute goal on project javacan: Could not resolve dependencies for project xxxxxx: tel.schich:javacan:jar:3.4.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

adparts commented 4 months ago

Oh!! sorry, I've found the other projects... it will be good to mark them as depenent of javacan:

image

Thank you!!!

pschichtel commented 4 months ago

JavaCAN without -core or -epoll are not being published anymore since the gradle migration a few days ago. The javacan artifact has been a pom-only artifact for years now, since the epoll module exists.