Get a release out the door!
mlaccetti opened this issue · comments
- Fix the crazy gradle build
- Introduce
Checkstyle
to achieve a unified code style - Introduce
EditorConfig
to do the same asCheckstyle
, but in the IDE - Introduce
FindBugs
to chase down bad things
Any progress?
@NoelWuyts On vacation, so taking a stab at it, finally.
1.1.0 has been released!
top!
Will there also be a release on maven central?
@NoelWuyts Working with bintray.com to sync things to Maven Central. For now, you can snag 1.1.1
from bintray via Gradle/Maven (https://bintray.com/spring-social-google/jars/spring-social-google/1.1.1) and hopefully shortly from Central.
ok thx
@Hinotori open a new issue, can track it there.
Just a quick note - we had to change from org.springframework.social:spring-social-google
to com.github.spring-social:spring-social-google
- this is due to getting things synced to Maven Central and not being part of Spring itself.
I remember I had permission to publish to SpringSource Maven repository which got synced to Central, so I could use the org.springframework.social groupId and I wasn't a SpringSource employee. Can't you get permission from anyone at SpringSource to do the same? Maybe @habuma can help?
I had a ticket open on Sonatype's JIRA, and the Spring rep suggested that they changed their guidelines, etc. Given that this and one other Spring Social community project seem to be actively maintained, I'm not sure the best approach for this. I'm open to suggestions!