Pi4J / pi4j-v1

DEPRECATED Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)
http://www.pi4j.com
Apache License 2.0
1.31k stars 447 forks source link

Dependency Information gradle entry seems wrong #477

Closed skim1420 closed 3 years ago

skim1420 commented 4 years ago

The Dependency Information page has an entry for gradle that points to compile 'com.pi4j:pi4j-parent:1.2', which seems like a parent project (has no published jars), and didn't work for me. Pointing to com.pi4j:pi4j-core:1.2 worked for me. Should this page be updated accordingly?

savageautomate commented 3 years ago

Fixed in upcoming v1.3 release Thanks for pointing this out. (I realize it was a year ago now.)

This page is an artifact of the Maven site plugin used during our build and release process. You are correct the dependency info is wrong. I'll have to look and see if wee can change which artifact IS its populating to that page.