prezi / pride

Manages a pride of Gradle modules
Other
71 stars 13 forks source link

Make Pride available at plugins.gradle.org #129

Closed punya closed 9 years ago

punya commented 9 years ago

This will enable Gradle 2.x users to use the new syntax

plugins {
  id "com.prezi.pride" version "0.10"
}

Instructions are available at https://plugins.gradle.org/submit.

lptr commented 9 years ago

Hey, can you help me do this? A PR would be awesome. :)

punya commented 9 years ago

Yes, I'll work on it this weekend.

lptr commented 9 years ago

I took a look at this, and it was easy enough to do it all in one go. So I've renamed everything to com.prezi.pride -- I guess this will require the next release to be version 0.10. I've already published the new plugin to Bintray, and now waiting for their approval to include my repository there in JCenter.

lptr commented 9 years ago

Okay, so it appears that JCenter syncs Maven Central anyway, so the existing publishing to oss.sonatype.org should be enough. I've released 0.10, and it's already on Maven Central. Once it syncs to JCenter here, we can add the plugin to plugins.gradle.org.

lptr commented 9 years ago

For some reason the new group does not sync between Maven Central and JCenter. I've asked on Gradle forums about this (http://forums.gradle.org/gradle/topics/how-can-i-publish-my-plugin-to-plugins-gradle-org-from-maven-central), and also asked Bintray what to do about the sync problem.

lptr commented 9 years ago

It's now available: http://plugins.gradle.org/plugin/com.prezi.pride

punya commented 9 years ago

Thanks!