cjstehno / gradle-natives

Gradle plugin to aid in managing native libraries associated with Java-based projects.
http://cjstehno.github.io/gradle-natives/
Apache License 2.0
32 stars 4 forks source link

Add plugin to Gradle portal #7

Closed cjstehno closed 9 years ago

cjstehno commented 9 years ago

Approval for releasing on jcenter is pending. Beyond that I should just need to add the plugin attribute and publish it.

http://plugins.gradle.org/submit

cjstehno commented 9 years ago

The code changes are made and the request for addition to the plugin portal has been sent... just waiting for final approval.

cjstehno commented 9 years ago

That was quick. http://plugins.gradle.org/plugin/com.stehno.natives

MineDev2014 commented 9 years ago

This seems to be broken, the URL you linked about returns Not found and Gradle can't find the plugin in the plugin repository nor can it find 0.2 in jcenter().

cjstehno commented 9 years ago

Odd, it was working then. Maybe I forgot to publish after my last update or something and they expired. I just published again and I can see it on jcenter and the plugins portal... I guess I will have to remember and check it in a few days to make sure it stays up.

Thanks for the notification!