jedux icon indicating copy to clipboard operation
jedux copied to clipboard

Jitpack issues

Open shokkobon opened this issue 8 years ago • 3 comments

Gradle could not resolve the library from jitpack by using "com.github.trikita:jedux:+" (as is written in the documentation)

So I visited https://jitpack.io/#trikita/jedux and could not use any of the Releases artifacts. Only once switching to Commits and using 'com.github.trikita:jedux:-SNAPSHOT' was the library successfully resolved by Gradle.

As I do not like pointing to a SNAPSHOT I changed it to point to the last commit 'com.github.trikita:jedux:80389e26dc'

Also consider not using + for the dependency version as it's not a very good practice (and Android Studio will display a warning every time such a dependency is added to the build file)

shokkobon avatar May 14 '16 18:05 shokkobon

+1 I have the same problem

janjilek avatar Aug 21 '16 13:08 janjilek

+1

mheras avatar Jan 31 '17 03:01 mheras

+1

Martori avatar Jul 30 '17 23:07 Martori