thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

1.5-SNAPSHOT on Gradle #87

Closed mustafakibar closed 6 years ago

mustafakibar commented 6 years ago

I'm use gradle build system on my project. I can use 1.4 with gradle but I can't use 1.5-SNAPSHOT

implementation 'com.github.thiagolocatelli:parse4j:1.5'

Details: java.lang.reflect.InvocationTargetException: null
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':compileClasspath'.
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.github.thiagolocatelli:parse4j:1.5.
Searched in the following locations:
    https://repo.maven.apache.org/maven2/com/github/thiagolocatelli/parse4j/1.5/parse4j-1.5.pom
    https://repo.maven.apache.org/maven2/com/github/thiagolocatelli/parse4j/1.5/parse4j-1.5.jar
    https://jcenter.bintray.com/com/github/thiagolocatelli/parse4j/1.5/parse4j-1.5.pom
    https://jcenter.bintray.com/com/github/thiagolocatelli/parse4j/1.5/parse4j-1.5.jar
Required by:
    project :</i>

I know 1.5 dont have yet on maven. When I can reach the this library 1.5-SNAPSHOT via gradle?