Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme and deployment #74

Merged
merged 1 commit into from
Mar 29, 2017
Merged

Readme and deployment #74

merged 1 commit into from
Mar 29, 2017

Conversation

bret-fears
Copy link
Collaborator

  • Add bintray deployment options for jcenter
  • Include repo location for bintray in readme

README.md Outdated
@@ -16,6 +16,12 @@ Spruce is a lightweight animation library that helps choreograph the animations
Add the following to your project's build.gradle file

```
repositories {
maven {
url "http://willowtreeapps.bintray.com/maven2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't jcenter() good enough?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought so but... the setup had me create a repo which was a little weird.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If jcenter doesn't work that kinda defeats the purpose of uploading it to bintray

lib/build.gradle Outdated
//Properties properties = new Properties()
//properties.load(project.rootProject.file('local.properties').newDataInputStream())
//
//bintray {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this commented out?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's pulling from local.properties which is ignored for configuration purposes. I'd rather it not be commented but I don't wanna have a stub local.properties either.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why local.properties instead of putting it in your ~/.gradle/gradle.properties? You can just wrap with an if block that checks if the props exist.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea!

@bret-fears bret-fears force-pushed the feature/readme-update branch 3 times, most recently from ea22c04 to d6bc13d Compare March 28, 2017 20:45
- Add bintray deployment options for jcenter
- Include repo location for bintray in readme
@bret-fears bret-fears merged commit dc86941 into develop Mar 29, 2017
@bret-fears bret-fears deleted the feature/readme-update branch March 29, 2017 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants