gradle / native-platform

Java bindings for various native APIs
Apache License 2.0
117 stars 38 forks source link

native-platform isn't available in maven repo #29

Closed alexanderfloh closed 6 years ago

alexanderfloh commented 6 years ago

https://repo.gradle.org/gradle/libs-releases-local/net/rubygrapefruit/ returns a 404 error:

{
  "errors" : [ {
    "status" : 404,
    "message" : "{\"error\":\"Item libs-releases-local:net/rubygrapefruit does not exist\"}"
  } ]
}

Searching in the plug-ins list (https://plugins.gradle.org/search?term=native-platform) doesn't show it either.

adammurdoch commented 6 years ago

The releases have moved to JCenter, can you try fetching them from there.