jgonian / commons-ip-math

https://github.com/jgonian/commons-ip-math
MIT License
74 stars 19 forks source link

Maven Version 1.31 is an empty jar file. #12

Closed michael-newsrx closed 8 years ago

michael-newsrx commented 8 years ago

Version 1.31 being downloaded via maven is an empty jar file of 22 bytes.

jgonian commented 8 years ago

I failed to reproduce this error. Is you maven configuration correct? e.g.

<dependency>
    <groupId>com.github.jgonian</groupId>
    <artifactId>commons-ip-math</artifactId>
    <version>1.31</version>
</dependency>

From what I see the published artifact is correct (jar size: 45329 bytes) http://repo1.maven.org/maven2/com/github/jgonian/commons-ip-math/1.31/

michael-newsrx commented 8 years ago

FYI: I'm using Gradle. Hrmmm... I purged my local copy and set to repo from jcenter() to mavenCentral() and it downloaded a correct jar. I purged again and set it back to jcenter() and it again downloaded a correct jar.

Transient error perhaps?